Re: [symfony-users] Why i can not retrieve a constant from app.yml ?

2010-03-30 Thread Jose Antonio Pio Gil
Try this: all: sf_doctrineguard_plugin: app_sf_guard_plugin_signin_form: sfGuardFormSigninByEmail $class = sfConfig::get('app_sf_doctrineguard_plugin_app_sf_guard_plugin_signin_form', 'sfGuardFormSignin'); or change your app.yml to: all: sf_guard_plugin: signin_form:

Re: [symfony-users] Accessing user session from a custom routing class

2010-03-16 Thread Jose Antonio Pio Gil
I have the same question about it! 2010/3/16 HiDDeN davidmoralesmoj...@gmail.com Is there some way to acces the user object from a custom routing class? I'd like to add a parameter when generating a url, and that parameter is inside the user session, so I need to access it. The only way

Re: [symfony-users] How to different forms filters in backend and frontend ?

2010-03-15 Thread Jose Antonio Pio Gil
You could Make diferents YourModelForm Clases to extend BaseYourModelForm and use them on backend or frontend as you need it. Kind regards / Un saludo Jose Antonio Pio Gil Latizana Studio Diseñadera www.latizana.com Madrid – España Telf: 0034 917387209 Cel: 0034 637455667 2010/3/15 Javier