Home
last modified time | relevance | path

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

/plugin/database/ !
Ddatabase.php899 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++) {
[all …]