[symfony-users] Re: Observer Design Pattern

2007-03-13 Thread Jonathan Franks
No, that went under the radar. Looks great! I will investigate... Martin Kreidenweis wrote: > Hi > > >> It would be nice to have the observer pattern used with the javascript >> helpers. Prototype includes observer functions, but symfony still drops >> alot of javascript into the body that c

[symfony-users] Re: Observer Design Pattern

2007-03-13 Thread Martin Kreidenweis
Hi > It would be nice to have the observer pattern used with the javascript > helpers. Prototype includes observer functions, but symfony still drops > alot of javascript into the body that could be elsewhere. Did you have a look at the Unobtrusive JavaScript Plug-In? http://www.symfony-projec

[symfony-users] Re: Observer Design Pattern

2007-03-12 Thread Jonathan Bryan
It would be nice to have the observer pattern used with the javascript helpers. Prototype includes observer functions, but symfony still drops alot of javascript into the body that could be elsewhere. Nicolas CHARLOT wrote: > Hi all, > > Does anyone knows if there is already an implementation o

[symfony-users] Re: Observer Design Pattern

2007-03-12 Thread Nicolas Perriault
Nicolas CHARLOT a écrit : > Does anyone knows if there is already an implementation of Observer > Design Pattern in Symfony ? Maybe a Propel behavior should do the trick for you, as the sfPropelNotificationPlugin does : http://www.symfony-project.com/trac/wiki/sfPropelNotificationPlugin ++