Mão única: PHP: $start = ($this->pageNo - 1) * $pageSize; $page = array_slice($data, $start, $this->pageSize); Outra forma: