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!
You might also be interested in this proposal:
http://framework.zend.com/wiki/display/ZFPROP/Zend_Paginator+-+Matthew+Ratzloff
Happy ZF’in!
,Wil
This is only the template… but.. the data?? example… can you help me
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.
hmm..sound interesting about zend pagination. I will take a look at it