Lines Matching refs:columnObjs
899 var $columnObjs = array(); variable in Table
942 $this->columnObjs[$i] = new Column($i
953 $this->columnObjs = $this->get_columns();
956 if ($this->columnObjs[1]->type==$environment->TYPE_NUMBER
957 && $this->columnObjs[1]->unique==$environment->YES) {
1067 if ($this->columnObjs[$counter]->unique == $environment->YES) {
1069 …$messages->add('****** '.$this->columnObjs[$counter]->label." : ".getMyLang('err_dup_val') .' ****…
1132 for ($colCounter=1; $colCounter<=count($this->columnObjs);$colCounter++) {
1134 $type = $this->columnObjs[$colCounter]->type;
1166 for ($colCounter=1;$colCounter<=count($this->columnObjs);$colCounter++) {
1167 $type = $this->columnObjs[$colCounter]->type;
1368 if (count($p_values) < count($this->tableObj->columnObjs))
1369 … for ($counter=count($p_values)+1; $counter<=count($this->tableObj->columnObjs);$counter++)
1693 foreach($tab->columnObjs as $column) {
1744 $columnObjs = $tableObj->columnObjs;
1751 for($counter=1;$counter<count($columnObjs)+1;$counter++) {
1752 $column = $columnObjs[$counter];
1755 $this->output($columnObjs[$counter]->label);
1767 for($counter=1;$counter<count($columnObjs)+1;$counter++) {
1768 $column = $columnObjs[$counter];
1805 $columnObjs = $tableObj->columnObjs;
1811 for($counter=1;$counter<count($columnObjs)+1;$counter++) {
1814 $this->output($columnObjs[$counter]->label);
1818 $this->output($columnObjs[$counter]->display($p_recordObj->values[$counter]));
1823 for($counter=1;$counter<count($columnObjs)+1;$counter++) {
1824 $column = $columnObjs[$counter];
1853 $numberOfCells = count($tab->columnObjs)+3;
1885 foreach($tab->columnObjs as $column) {
1907 foreach($tab->columnObjs as $column) {
1921 $columnCount=count($tab->columnObjs);
1943 $column = $tab->columnObjs[$fieldCounter];
1947 $this->output ($tab->columnObjs[$fieldCounter]->display($value));
2283 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2287 $column = $tab->columnObjs[$counter];
2309 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2310 $column = $tab->columnObjs[$counter];
2353 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {
2354 $column = $tab->columnObjs[$counter];
2385 if ($tab->columnObjs[$sortedColumnId]->type == $environment->TYPE_EXTERNAL_LINK
2386 ||$tab->columnObjs[$sortedColumnId]->type == $environment->TYPE_INTERNAL_LINK) {
2397 elseif ($tab->columnObjs[$sortedColumnId]->type >= $environment->REFERENCE_OFFSET) {
2398 … $refTableID = $tab->columnObjs[$sortedColumnId]->type - $environment->REFERENCE_OFFSET;
2427 for ($counter=1;$counter<=count($tab->columnObjs);$counter++) {