search
top

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

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 main files (controllers, models, etc.). So yeah – it’s also a second abstraction level, but i think a very powerful one and worth to look into. Think that you never ever again need to overwrite... read more
top