How to page Doctrine2 results

pentarim picture pentarim · Aug 16, 2010 · Viewed 8.6k times · Source

I cant find Doctrine_Pager in Doctrine2 and really need a way to page my query results. Is there a way to use some alternative pager (Pear, Zend)? Please post some example code as well if solution is available. Google didnt helped me, so hope folks will :)

Answer

beberlei picture beberlei · Aug 19, 2010

I wrote this extension for Doctrine2 that contains a powerful pager:

http://github.com/beberlei/DoctrineExtensions