[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 hayden.k...@gmail.com

[symfony-users] Re: This is nuts, SwiftMailer trying to connect to localhost SMTP even if delivery strategy is none

2010-10-12 Thread Paulo Ribeiro
Hi, I know it's crazy, but you got to define the transport class in order to get rid of this behavior. dev: mailer: param: delivery_strategy: none transport: class: Swift_NullTransport regards, Paulo On Oct 12, 2:25 am, bzarzuela bzarzu...@gmail.com wrote: A simple

[symfony-users] Re: Coloured command prompt output in Windows

2010-09-01 Thread Paulo Ribeiro
Hi Augusto, Thanks for the link. Regards, Paulo On Aug 30, 3:23 pm, Augusto Flavio afla...@gmail.com wrote: Hi Paulo, if you understand portuguese you can check this: http://augustomorais.wordpress.com/2010/02/01/symfony-cli-colorido-cy... Bye Augusto Morais 2010/8/30 Paulo Ribeiro

[symfony-users] Re: Coloured command prompt output in Windows

2010-08-30 Thread Paulo Ribeiro
Hi! I forgot to mention that in some cases you must follow the steps in http://www.symfony-zone.com/wordpress/2009/10/15/colorize-your-windows-console-output/ . Cheers! Paulo On 29 ago, 10:19, Paulo Ribeiro ribeiro.pau...@googlemail.com wrote: Hello! for you guys that like me until yesterday

[symfony-users] Coloured command prompt output in Windows

2010-08-29 Thread Paulo Ribeiro
Hello! for you guys that like me until yesterday had no fun looking at the black and white command prompt from Windows while developing symfony apps, there's an alternative! Console 2 ( http://sourceforge.net/projects/console/ ) has impressed me. I've been playing with it since yesterday. So

[symfony-users] Re: a good IDE for Symfony

2010-08-10 Thread Paulo Ribeiro
Nobody mentioned. So here it goes http://www.jetbrains.com/phpstorm/ For me it's the best IDE ever. It's not free, but definely worth the money. Cheers! On Aug 9, 10:01 am, Jarrad Kabral jarr...@gmail.com wrote: On Windows I can't go past PhpEd. (fast and ridiculously feature rich) On Mac

[symfony-users] Re: Twig Usage

2010-08-01 Thread Paulo Ribeiro
Thanks! On Aug 1, 6:26 am, Fabien Potencier fabien.potenc...@symfony- project.com wrote: On 7/31/10 4:42 PM, aikistudio wrote: Hello, is anyone using Twig template framework in a serious project? If yes, how is it doing so far? I'm considering using it for a new webapp, but it seems