Searched refs:idCol (Results 1 – 1 of 1) sorted by relevance
| /plugin/database2/ |
| D | database2.php | 1479 $idCol = $this->getSingleNumericPrimaryKey(); 1512 if ( $idCol ) 1513 array_unshift( $cols, $idCol ); 1782 $idCol = $this->getSingleNumericPrimaryKey(); 1783 $code = $this->__renderTable( $idCol, $cols, $rows, $count, $num, 1795 public function __renderTable( $idCol, $cols, $rows, $count, $num, $skip, argument 1807 $visibleIDCol = ( $colName == $idCol ); 1808 else if ( $colName == $idCol ) 1814 $visibleIDCol = $meta[$idCol] && !$meta[$idCol]['auto_id']; 1830 $rowid = $idCol ? intval( $row[$idCol] ) : 0; [all …]
|