News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
One-to-Many Joins with Zend_Db_Table_Select
February 08, 2012 @ 09:28:20

Rob Allen has a tip for the Zend Framework users out there using the Zend_Db module to connect to their database resources - how to do a one to many join with the help of Zend_Db_Table_Select (easier than it sounds).

Let's say that you want to set up a one-to-many relationship between two tables: Artists and Albums because you've refactored my ZF1 tutorial. [...] Assuming you're using Zend_Db_Table, the easiest way is to turn off the integrity check and do a join in a mapper or table method.

He includes a few lines of source to illustrate, calling the "setIntegrityCheck" value to "false" to tell ZF not to worry about the additional join value over to the artists table. The result is a new column value with the artist's name instead of just the ID.

0 comments voice your opinion now!
onetomany database table join zendframework zenddb component


blog comments powered by Disqus

Similar Posts

David Coallier's Blog: Simple DBAL, PHP5, Light, Fast, Simple.

Greg Beaver's Blog: Statistics are back up for pear.php.net

Zend: Webinar Recording Posted - Zend Framework 1.0 - An Overview

Zack Curl's Blog: Why Web Application Frameworks Are Great

PlentyofCode.com: J2EE vs ASP.NET vs PHP


Community Events











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


series introduction framework development database interview opinion community release conference testing functional usergroup language rest zendframework2 unittest phpunit podcast symfony2

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