1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="zend.paginator.introduction">
4 <title>Introduction</title>
7 <classname>Zend_Paginator</classname> is a flexible component for paginating
8 collections of data and presenting that data to users.
12 The primary design goals of <classname>Zend_Paginator</classname> are as follows:
17 Paginate arbitrary data, not just relational databases
23 Fetch only the results that need to be displayed
29 Do not force users to adhere to only one way of displaying
30 data or rendering pagination controls
36 Loosely couple <classname>Zend_Paginator</classname> to other Zend
37 Framework components so that users who wish to use it
38 independently of <classname>Zend_View</classname>,
39 <classname>Zend_Db</classname>, etc. can do so