$paginator = new \Phalcon\Paginator\Adapter\QueryBuilder(array( "builder" => $builder, "limit"=> $page_rows, "page" => $page )); $voList = $paginator->getPaginate(); Attribute Description items The set of records to be displayed at the current page before The previous page to the current one next The next page to the current one last The last page in the set of records total_pages The number of pages