Apr 14, 2009
More on possible Events in CakePHP
As a follow up to: Events in CakePHP – I really like it Let’s say you have unkown entities in your project – totally dynamic. Let it be a plugin, another model, not associated at all. Getting new functionality into an existing app can be a pain. Events do help alot in this case, depending on how you layed out the triggers. Events notify all possible candidates (”can u... read more
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 contents. It’s called tailDash and basicly shows a black tinted window containing the last X lines of a file. Hence the name “tail” which is probably known to linux console users. You can have... read more

