예제 #1
0
파일: Pager.php 프로젝트: ajaboa/crmpuan
 /**
  * Get the total number of pages
  * @return int
  */
 public function getPageCount()
 {
     return (int) (($this->store->getTotal() + $this->pageSize - 1) / $this->pageSize);
 }