Home
last modified time | relevance | path

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

/plugin/database/ !
Ddatabase.php623 foreach($referenceTable->recordObjs as $record) {
837 foreach($referenceTable->recordObjs as $record) {
900 var $recordObjs = array(); variable in Table
1052 foreach ($this->recordObjs as $record) {
1129 $display->debug_output("In filter recCounter= ".count($this->recordObjs));
1159 for( $recCounter=1; $recCounter<=count($this->recordObjs); $recCounter++) {
1161 $recordObj = $this->recordObjs[$sortedList[$recCounter]];
1246 $this->recordObjs[$recCounter] = new Record($this,$recCounter,$rowObj->fields);
1261 return $this->recordObjs[$p_id];
1326 foreach ($this->recordObjs as $rec) {
[all …]