News Feed
Jobs Feed
Sections




News Archive
The Bakery:
An improvement to unbindModel on model side
December 14, 2006 @ 07:56:00

The Bakery has a new CakePHP tip posted today showing how to improve the unbindModel handling on the model side of things (versus in the controller as mentioned previously).

The problem with that solution is that it requires you to change the way you define your model relations. [...] Rather try to change your code to suit your needs, and let CakePHP do what it does best: act as a framework.

The technique approaches the associations differently - loaded and called when you make the call to expects() versus just automatically. They include the code to make it all work for an extension to the Model (AppModel), and extension to the AppModel (Title), and finally the TitlesController that shows the deliberate calls to expects to pull in the models.

0 comments voice your opinion now!
improvement unbindmodel model controller expect load improvement unbindmodel model controller expect load


blog comments powered by Disqus

Similar Posts

PHPit.net: Building a simple MVC system with PHP5

DevShed: Generating View from MySQL to Simulate the Model-View-Controller Schema in PHP

David Stockton's Blog: Changing ErrorController to work with AJAX

Felix Geisendorfer's Blog: Include only the JS you really need

Felix Geisendorfer's Blog: Making error handling for Model::save more beautiful in CakePHP


Community Events











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


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

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