News Feed
Jobs Feed
Sections




News Archive
Lee Blue's Blog:
How To Sort A Zend_Db_Table_Rowset
February 14, 2008 @ 17:11:00

Lee Blue has posted a handy tip for users of the Zend Framework, specifically when sorting the results from a query to tables linked in a Zend_Db_Table setup.

So you figured out how to define the relationships between your Zend_Db_Tables and you have issued a call to findDependentRowset(). You get your Rowset back but you need to sort the results by one of the columns in the dependent table. How do you do that?

Unfortunately, he's found out that you just simply can't - well, not without a custom function (until the 1.5 release of the framework rolls around). He shows his table set up and some sample database classes to relate to the tables (and link between them). The magic comes in with his DU_Utils class that takes in the data and sorts it based on the given column name in the given direction.

0 comments voice your opinion now!
zendframework zenddb table relationship sort order column


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend_Controller_Action, Now With Parameters!

Daniel Cousineau' Blog: A Lesson in Good Architecture

Eran Galperin's Blog: Zend Framework certification

Community News: Fav.or.it Launch (Built on the Zend Framework)

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)


Community Events











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


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

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