Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-ZendFramework2-Paginator - Zend Framework 2: Paginator Component
- Website:
- http://framework.zend.com/manual/2.3/en/modules/zend.paginator.introduction.html
- Licence:
- BSD
- Vendor:
- Remi Collet
- Description:
Zend\Paginator is a flexible component for paginating collections of data and
presenting that data to users.
The primary design goals of Zend\Paginator are as follows:
* Paginate arbitrary data, not just relational databases
* Fetch only the results that need to be displayed
* Do not force users to adhere to only one way of displaying data or rendering
pagination controls
* Loosely couple Zend\Paginator to other Zend Framework components so that users
who wish to use it independently of Zend\View, Zend\Db, etc. can do so
Packages