Ejemplo n.º 1
0
 /**
  * Pages quantity calculation
  */
 public function calcMaxPages()
 {
     $this->page_nums = (int) ceil(Db::getFoundRows() / $this->getLimit());
 }