Searched refs:columnObjs (Results 1 – 1 of 1) sorted by relevance
899 var $columnObjs = array(); variable in Table942 $this->columnObjs[$i] = new Column($i953 $this->columnObjs = $this->get_columns();956 if ($this->columnObjs[1]->type==$environment->TYPE_NUMBER957 && $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++) {[all …]