发布于 2015-10-07 10:00:15 | 197 次阅读 | 评论: 0 | 来源: 网络整理
目录
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