Zend Framework Pagination

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.

4 Comments

  1. 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

  2. Miguel Vieira says:

    This is only the template… but.. the data?? example… can you help me

  3. 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.

  4. deerawan says:

    hmm..sound interesting about zend pagination. I will take a look at it

Leave a Reply