Hi All,
I've just started using symfony and I'm liking what I'm seeing so
far, so thanks for all the effort.
I've just hooked up the sfDoctrine plugin, as outlined at:
http://www.symfony-project.com/trac/wiki/sfDoctrine
(symfony v1.0.0, sfDoctrinePlugin r3589)
I've noticed a couple of issue
Hi all,
I'm using symfony 1.0 at the moment. I noticed that, for example if:
I have two actions called loginForm and login. Action loginForm is the
form and login is the action that will process the request from
loginForm. I have login.yml for form validation.
If I by pass loginForm and directl
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
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
++
Hi all,
Does anyone knows if there is already an implementation of Observer
Design Pattern in Symfony ?
Thanks
Nicolas
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group,
Hi
I am using the protorype Window plugin . Everything works fine
. I have some requirment. I am listing all the records and giving a edit option
to the user. The edit page will open in new window using Prototype window.
After updating the record i want to close the window au