fpeters/sf-propel-event-dispatcher-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrates the Symfony2 EventDispatcher component in your Model classes with your symfony1.x project

dev-master 2014-08-18 10:15 UTC

This package is not auto-updated.

Last update: 2020-01-20 03:30:48 UTC


README

Integrates the Propel EventDispatcherBehavior into Symfony 1.x.

Each class owns its own event dispatcher, so that you don't listen to useless events, and you have a better separation of concerns.

This plugin is heavily based on the BazingaPropelEventDispatcherBundle for Symfony2 by William Durand (https://github.com/willdurand/BazingaPropelEventDispatcherBundle)