Home
last modified time | relevance | path

Searched refs:columnObjs (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php899 var $columnObjs = array(); variable in Table
1693 foreach($tab->columnObjs as $column) {
1744 $columnObjs = $tableObj->columnObjs;
1752 $column = $columnObjs[$counter];
1768 $column = $columnObjs[$counter];
1805 $columnObjs = $tableObj->columnObjs;
1824 $column = $columnObjs[$counter];
1885 foreach($tab->columnObjs as $column) {
1907 foreach($tab->columnObjs as $column) {
1921 $columnCount=count($tab->columnObjs);
[all …]