Apr 18, 2009
Eventful – A CakePHP Event System
As promised in the comments of the most recent entry i created a repo for my event system. It’s currently under heavy development, yet ready to use. I don’t think the interface will change much from here on out. The installation is similar to the DebugKit. Put the “eventful” plugin into your plugins folder and add the Behavior or Component to your app. This will include all... read more
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

