News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
Iterating over a table (with Zend_Db_Table and Zend_Paginator)
October 12, 2011 @ 11:01:44

Till Klampaeckel has a new post today looking at a solution for a common need - paginating through results as pulled from a database. With the help of the Zend_Db_Table and Zend_Paginator components of the Zend Framework it's a simple matter of passing the results into the Paginator and asking for a certain page.

So frequently, I need to run small data migrations or transformations. Especially on the way to Doctrine, there's a lot to clean-up in a database which has been used and evolved over five years or so.

Code snippets are included to define a class for the table, extending Zend_Db_Table_Abstract, and a new Zend_Paginator_Adapter_DbTableSelect object to create the paginated results. After that, it's as simple as setting the number of items per page and asking for a certain page. There's even a quick bit about being able to edit the rows inside the paginator directly (they're just Zend_Db_Table_Row records).

0 comments voice your opinion now!
tutorial iterate table zendframework zenddbtable zendpaginator


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Build seven good object-oriented habits in PHP

PHPRiot.com: Singleton Classes in PHP

Tiffany Brown's Blog: PHP quickie: is_numeric() versus ctype_digit()

PHPMaster.com: An Introduction to Redis in PHP using Predis

DevShed: Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)


Community Events











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


code example development podcast tool interview zendframework2 release framework community opinion introduction object unittest functional composer conference testing language series

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