예제 #1
0
 private function processLimit()
 {
     $offset = ($this->current_page - 1) * $this->rows_per_page;
     $this->db->setLimit($this->rows_per_page, $offset);
 }