Esempio n. 1
0
 /**
  * Performs a count on the model query of this table
  * @return integer Number of rows
  */
 protected function countTotalRows()
 {
     return $this->query->count();
 }