zend-paginator icon indicating copy to clipboard operation
zend-paginator copied to clipboard

Paginate collections of data from arbitrary sources.

Results 5 zend-paginator issues
Sort by recently updated
recently updated
newest added

## Refactor: Cut Redundant Dependency in order to use as Standalone. When using Paginator class as Dependency, there is problem. - A lot of method is defined, regardless of whether...

awaiting author updates

Resolves #41 `json_encode($this->getAdapter())` would always return an empty object for `\Zend\Paginator\Adapter\DbSelect` adapters (i.e. `{}`). By performing `print_r` on the adapter we can get the current state which, in the case...

bug
unit test needed

This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/5520 User: @snapshotpl Created On: 2013-11-21T21:38:55Z...

enhancement
WIP

In `Zend\Paginator\Paginator::_getCacheInternalId()` (lines 863 - 871) the md5 hash of the adaptor being generated matches all adaptor instances. The issue is on line 868: . json_encode($this->getAdapter()) This sucker is returning...

bug
unit test needed