News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Dynamic Models in CakePHP 1.2
August 06, 2008 @ 09:34:33

In this new post to his blog Chris Hartjes mentions a "nifty little feature" that the latest version of the CakePHP framework has - dynamic models.

By default now, Cake will automatically use the AppModel class and create a unique alias to a database table if it does not find the file. This means that if you have a table that follows the Cake conventions, needs no validation, and has no associations to other tables, you don't even have to create the model file any more. Woah, talk about a serious time saver in some cases.

He also mentions a gotcha to keep an eye out for - misspelling the model name when you use it. It'll definitely break things. You can find out more about models in CakePHP from this section in their manual, The Cookbook.

0 comments voice your opinion now!
dynamic model cakephp framework appmodel naming convention


blog comments powered by Disqus

Similar Posts

The Bakery: 3.0: a peek into CakePHP's future

Symfony Project: Book preview: read the Unit Tests chapter

CentreBlog: Disappointed in Zend

Synfony Project: New testing framework

PHP Town Hall Podcast: Episode 4: PHP's Vision, Beards, and Cake


Community Events











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


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

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