News Feed
Jobs Feed
Sections




News Archive
Blog.szajbe.pl:
Not so obvious behavior of $uses in CakePHP
July 09, 2008 @ 12:02:41

In this new post to the blog.szajbe.pl site a dilemma is presented - CakePHP models are not working they way one would think they should.

In CakePHP you declare what models you're going to use in a controller by defining $uses variable. You can also define it in AppController to have a certain set of models available in every controller. However be careful when doing it because you may put yourself in an unexpected situation as I did recently.

As soon as he made his script include a 'User' model in every quest, his logins stopped working. His script errored with a "Database table sessions for model Session was not found" message and refused to work. Digging deeper, he found that CakePHP merges an AppController's $uses value with the SessionControler's values. One overrides the other and your 'User' gets lost in the shuffle.

Do you have a rational explanation for such behavior? I have none. It's very unintuitive for me.
0 comments voice your opinion now!
cakephp model behavior user login appcontroller sessioncontroller merge uses


blog comments powered by Disqus

Similar Posts

Ben Ramsey's Blog: New Site for Atlanta PHP

Job Posting: agámi Systems, Inc Seeks UI Engineer (Sunnyvale, CA)

Chris Hartjes' Blog: CakePHP Mythbusters!

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

The Bakery: RESTful Web Services With CakePHP


Community Events











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


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

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