Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

ProDevTips.com:
Pagination with PHP Doctrine
Sep 04, 2008 @ 14: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.

tagged: pagination doctrine configure search template tutorial

Link:


Trending Topics: