[symfony-users] Re: Multiple actions in one page

2010-04-23 Thread Poltasi Risom
failed to login action would show the form in the main area On Apr 22, 10:39 pm, Javier Garcia tirengar...@gmail.com wrote: On Apr 22, 7:45 pm, Poltasi Risom poltasi.ri...@gmail.com wrote: modules/user/actions/components.class.php ... public function executeShowLoginForm(){   $this-loginForm

[symfony-users] Re: Multiple actions in one page

2010-04-22 Thread Poltasi Risom
Why, why do you need redirect from component to another page? User requests are directed to actions, not to the components for instance modules/user/actions/components.class.php ... public function executeShowLoginForm(){ $this-loginForm = new SigninForm(); }

[symfony-users] Re: Multiple actions in one page

2010-04-22 Thread Poltasi Risom
sorry if ( $this-form-isValid() ){ $this-redirect( '@home' ); } is right condition to redirect On Apr 22, 8:45 pm, Poltasi Risom poltasi.ri...@gmail.com wrote: Why, why do you need redirect from component to another page? User requests are directed to actions, not to the components

[symfony-users] Re: symfony with subversion

2010-04-21 Thread Poltasi Risom
i advice you to put all generated files to ignore, for instance svn rm lib/model/doctrine/base/* svn propedit svn:ignore lib/model/doctrine/base # put here * or *.php and so on I had conflicts with base files earlier many times BUT deploying the project you have to rebuild all cache/* and log/*

[symfony-users] Re: sfDoctrineActAsTaggablePlugin Unknown method Video::addTag

2010-04-20 Thread Poltasi Risom
Try in schema.yml Video: actAs: Timestampable: ~ Taggable: ~ columns: then rebuild all On Apr 20, 11:45 am, comb sa...@gmx.net wrote: Hi! I'm trying to get sfDoctrineActAsTaggablePlugin working with symfony 1.4.4. First the plugin-install task doesn't exist, but it was renamed