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 |
---|
Six |