Lines Matching refs:COLUMNS
151 … var $COLUMNS=array(); // holds the definition of the structure, e.g. column attributes variable in Environment
182 $this->COLUMNS['name'][1] ='name';
183 $this->COLUMNS['name'][2] ='label';
184 $this->COLUMNS['name'][3] ='mandatory';
185 $this->COLUMNS['name'][4] ='unique';
186 $this->COLUMNS['name'][5] ='type';
187 $this->COLUMNS['name'][6] ='visible';
188 $this->COLUMNS['mandatory'][1] =1;
189 $this->COLUMNS['mandatory'][2] =1;
190 $this->COLUMNS['mandatory'][3] =1;
191 $this->COLUMNS['mandatory'][4] =1;
192 $this->COLUMNS['mandatory'][5] =1;
193 $this->COLUMNS['mandatory'][6] =1;
194 $this->COLUMNS['unique'][1] =1;
195 $this->COLUMNS['unique'][2] =1;
196 $this->COLUMNS['unique'][3] =2;
197 $this->COLUMNS['unique'][4] =2;
198 $this->COLUMNS['unique'][5] =2;
199 $this->COLUMNS['unique'][6] =2;
200 $this->COLUMNS['type'][1] =1;
201 $this->COLUMNS['type'][2] =1;
202 $this->COLUMNS['type'][3] =102;
203 $this->COLUMNS['type'][4] =102;
204 $this->COLUMNS['type'][5] =999;
205 $this->COLUMNS['type'][6] =102;
206 $this->COLUMNS['visible'][1] =1;
207 $this->COLUMNS['visible'][2] =1;
208 $this->COLUMNS['visible'][3] =1;
209 $this->COLUMNS['visible'][4] =1;
210 $this->COLUMNS['visible'][5] =1;
211 $this->COLUMNS['visible'][6] =1;
214 $this->COLUMNS['label'][$i] = getMyLang('column_label',$i);
941 for ($i=1;$i<=count($environment->COLUMNS['label']);$i++) {
943 , $environment->COLUMNS['name'][$i]
944 , $environment->COLUMNS['label'][$i]
945 , $environment->COLUMNS['mandatory'][$i]
946 , $environment->COLUMNS['unique'][$i]
947 , $environment->COLUMNS['type'][$i]
948 , $environment->COLUMNS['visible'][$i]