Zend Framework Pagination
Mar 29, 2008 in Nerd stuff by jeroen | 4 Comments
I'm currently using
Zend Framework on a small project. On this project i have to make a lot of lists views. For that reason i was in need for some sort of Zend Pagination plugin/library. Searching the Internet I found a few like the ones on
DigitalFashion and
Fantasy pig but it wasn't really wat i was looking for.
Kohana PHP Framework has got a nice Pagination solution so I decided to build one like that for the Zend Framework.
Templates include digg, classic, extended en punbb -style pagination!
I'm not (yet) a Zend Framework specialist so suggestions for improvement are welcome!
http://www.assembla.com/wiki/show/ZendPaginationHelper You can follow any responses to this entry through the RSS feed. You can leave a response, or trackback from your own site.
Mar 30, 2008
Wil Sinclair says:
You might also be interested in this proposal:
http://framework.zend.com/wiki/display/ZFPROP/Zend_Paginator+-+Matthew+Ratzloff
Happy ZF’in!
,Wil
Aug 14, 2008
Miguel Vieira says:
This is only the template… but.. the data?? example… can you help me
Aug 17, 2008
jeroen says:
This solution does not handle the data you want to paginate. It’s just a view helper to display the pagination links. You should handle the data yourself.
Dec 3, 2009
deerawan says:
hmm..sound interesting about zend pagination. I will take a look at it