Jan 3, 2009
CakePHP Logging and the MacOSX dashboard
Here’s a hint for all you mac bakers: If you use the debug and error log files in your “tmp” directory or not. There is a very handy widget that helps you to keep track of their...
read more
Jan 2, 2009
How to use THIS in THAT and then some
Some common questions on IRC:
How to use a model in a component
$model = ClassRegistry::init('ModelName');
$result = $model->find('...');
How to extend a core helper
App::import('Helper',...
read more
Dec 27, 2008
Easy CakePHP deployment: Environment & Database Config
I just digged Rafael Bandeiras Environment class which is supposed to help handling multiple enviroments. It really is a nice piece of code and i don’t find it overkill either.
After adding it to...
read more
Dec 27, 2008
Events in CakePHP – I really like it
I am playing around with a custom “events” implementation i just finished and i must say that this is really beautiful. Okay, you have more files to manage, but in exchange you get cleaner...
read more
Dec 26, 2008
CakePHP 1.2 stable is here!
Today is the day you’ve all been waiting for. What’s better than having christmas? Christmas and a new stable! gwoo announced the 1.2 stable release today in a longish recap article on the...
read more
popular articles
random articles

