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

Inside Open Source: Zend Framework Cache Improvement

Jani Hartikainen' Blog: Database backed Zend_Form elements

Rob Allen's Blog: ZF2 Training at PHPNW 2011!

Oracle Technology Network: Creating an Ajax Process Using PHP and Oracle

Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks


Community Events









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


code tool event release opinion database phpunit composer language testing interview object zendframework2 example development podcast community introduction framework unittest

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