Custom Pagination

Show custom pagination of any collection (e.g. array from XML).

Tip: Use e.g. a limit of 1.

$collection = new \Cake\Collection\Collection($items);

$paginator = new \Sandbox\Controller\Paginator\CollectionPaginator($this->request->getQuery());
$results = $paginator->paginate($collection);
Title
One
Two
Three
Four
Five

Page 1 of 2, showing 0 record(s) out of 6 total


Send your feedback or bugreport!