News Feed
Jobs Feed
Sections




News Archive
ProDevTips.com:
Pagination with PHP Doctrine
September 04, 2008 @ 09:30:06

The ProDevTips blog continues their series on using Doctrine in a sample application in this new part, a look at paginating the results from your database query.

Things are starting to become more and more feature complete. Let's look at how to implement general search and pagination.

They define the search to perform ($searchConf) and the pagination parameters ($pageConf) and apply them to their current Doctrine setup applying a simple layout to make the numbered links for switching between pages. They also define the search() method that pulls the results from the table to push into the pagination component.

0 comments voice your opinion now!
pagination doctrine configure search template tutorial


blog comments powered by Disqus

Similar Posts

Martin Sikora's Blog: Silex + Doctrine 2 ORM

Content with Style: Getting phpunit to work with MAMP

Till Klampaeckel's Blog: Quo vadis PEAR?

DevShed: Introducing the Chain of Responsibility Between PHP Objects

Lorenzo Alberton's Blog: Create a video preview as animated GIF with FFmpeg and PHP SPL


Community Events











Don't see your event here?
Let us know!


tool development database api framework functional testing release code series language introduction phpunit example interview podcast unittest community opinion zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework