search
top

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

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

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

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

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
 Page 6 of 7  « First  ... « 3  4  5  6  7 »
top