News Feed
Jobs Feed
Sections




News Archive
Matt Curry's Blog:
On The Fly Model Chains With CakePHP
April 17, 2009 @ 11:13:52

Matt Curry has come back and posted yet another method you can use to help speed up your CakePHP applications that need chained methods (as he mentioned before) - only loading the parts as they're needed.

The smart readers (which is really all of you guys. you're the best) probably realized that there is a lot of overhead in building the chain, especially for apps with lots of interlinked models. Wouldn't it be awesome if Cake only created the pieces of the chain as needed?

He's created a sample model to do just that - it removes all model associations previously set (so it doesn't auto-build the chain) and then only adds in the models it needs (as defined in the __loadAssociations array) and then calls the parent constructor to autoload just those. A few benchmarks are tossed in comparing a model with no chains versus one with a varying number (one/nine).

0 comments voice your opinion now!
cakephp model chain custom load


blog comments powered by Disqus

Similar Posts

SpinDrop.us: Not taking frameworks for granted

Query7.com: Writing a module for Kohana3

Ahmed Shreef's Blog: Soap Web Services in PHP & hint on consuming from .Net

The Bakery: 10 New CakePHP Articles, Tutorials and Helpers

NETTUTS.com: How to Create a Wordpress Theme from Scratch: Part 2


Community Events











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


unittest introduction community zendframework2 framework composer series development functional database code phpunit interview example language opinion podcast api release testing

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