Searched refs:datarows (Results 1 – 1 of 1) sorted by relevance
132 $datarows = $this->dtc->getData($sql);133 $datarows = $this->_match_filters($data, $datarows);135 if(count($datarows) < $_REQUEST['dataofs']) $_REQUEST['dataofs'] = 0;140 foreach($datarows as $row) {156 $R->doc .= $this->_renderPagination($data, count($datarows));158 $R->doc .= $this->_renderPagination($data, count($datarows));324 * @param array $datarows The output of the sql request327 function _match_filters($data, $datarows) { argument338 if(!$datarows) return $out;339 foreach($datarows as $dr) {