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

Ibuildings Blog:
Zend_Paginator: First Impressions
Dec 02, 2008 @ 13:53:52

Lorna Mitchell has posted an article to the Ibuildings blog looking at the Zend_Paginator component of the Zend Frameworks, some of her first impressions.

The idea of this module is to allow collections of data to be paginated. It takes the set, restricts the results, and can also generate the page numbers you need to move around between the resulting paginated data. Basically it saves me writing the same pagination code multiple times and then having to fix the bug where the last result on the previous page appears on the next ... all this has been thought of already.

She shows how it works with a simple example - paginating results from a database table, setting the count per page and the current page number. This object is pushed out to the view and rendered (in her case) via a Smarty template.

tagged: zendpaginator component zendframework impression example

Link:


Trending Topics: