Example #1
0
 protected function saveFoundRowsCount()
 {
     $this->foundRows = $this->db->sqlGet("SELECT FOUND_ROWS()");
 }