What's the best way to paginate a dataset with Zend_Framework and Doctrine?

Posted by joedevon on Stack Overflow See other posts from Stack Overflow or by joedevon
Published on 2010-04-02T19:59:06Z Indexed on 2010/04/02 20:03 UTC
Read the original article Hit count: 376

Before I start to build this myself I thought I'd ask others to share their experience. What's the best / your favorite way to paginate a dataset with an application built upon Zend_Framework and Doctrine as your ORM?

I'm new to Doctrine.

I'm calling the model directly from a View Helper, bypassing the Controller, although I'm still interested if your solution uses controllers.

I did see one article on this topic: http://ciaranmcnulty.com/blog/2009/06/Simplify-pagination-logic-using-a-custom-zend-paginator-adapter

Devzone has an article using Doctrine, Zend Framework OR Pear, but none of those options mention a #ZF app that uses Doctrine.

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about doctrine