Re: [symfony-users] Re: Symfony Forms, specifically with sfDoctrineGuard

2011-05-29 Thread Hayden
Those I have, what I am looking for is to actually edit how it outputs. Everything I have seen so far has the form tags in the custom view but then a in between and everything else is generated from the classes and generator.yml. It still echoes the in tags. On Thu, May 26, 2011 at 8:48 AM, Pau

[symfony-users] Re: Symfony Forms, specifically with sfDoctrineGuard

2011-05-26 Thread Paulo Ribeiro
You should create the modules sfGuardAuth, sfGuardUser, sfGuardPermission, sfGuardGroup, etc (only the ones you need changed) and override the files you need customized. Symfony will automatically assume the new files as default. Regards, Paulo On May 26, 12:04 am, hayden wrote: > Can anybody