News Feed
Jobs Feed
Sections




News Archive
Felix Geisendorfer's Blog:
Modeling relationships in CakePHP (faking Rails' ThroughAssociation)
October 26, 2006 @ 07:12:52

On the ThinkingPHP Blog today, Felix brings another feature of the popular Rails framework over to the world of PHP - in CakePHP specifically:

The idea behind it is pretty simple: Often you have two Models that are associated with each other where setting the associations themself via hasAndBelongsToMany isn't quite enough for what you try to to.

He gives an example of the code, a method to get around the typical CRUD pattern without breaking it. His example involves users and groups and storing information surrounding them. Storing the data about the groups and which users belong to which groups is easy - it's when you start including some meta-data into the mix that things get a little complex.

He provides the sample code to make it all work - three models and three controllers - and the database structure to work behind the scenes.

0 comments voice your opinion now!
cakephp framework rails throughassociation hasandbelongstomany association cakephp framework rails throughassociation hasandbelongstomany association


blog comments powered by Disqus

Similar Posts

Developer Tutorials Blog: Benchmarking PHP frameworks

Jonathan Snook's Blog: Elemental: Conditional Content with CakePHP

Chris Shiflett\'s Blog: Zend Framework License

The Bakery: Five New Posts - Custom Views, CSS, ViewInFile, ActsAs and Email Validation

Leo Buttiker's Blog: Trevi is online!


Community Events











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


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

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