Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php626 $listOfPointers[$recCounter] = $record->values[1];
634 $sortedListOfPointers[$counter] = $listOfPointers[$ptr];
852 * @param array $listOfPointers reference tables must have id as first field - this is the …
856 function drop_down($name,$values,$plusZero=false,$p_value='',$listOfPointers='') { argument
872 if (is_array($listOfPointers))
873 $itemPointer = $listOfPointers[$counter];