[symfony-users] sfWidgetFormChoice

2010-06-15 Thread Joe
I am working on a module generated by the admin generator. I added the sfWidgetFormChoice widget to the lib/form file, like this : class MyModule extends BaseMyModule { public function configure() { $this->widgetSchema['field'] = new sfWidgetFormChoice (array( 'cho

[symfony-users] Re: sfWidgetFormChoice

2010-06-16 Thread Joe
It worked ! Thank you ^^ On Jun 15, 1:18 pm, Gábor Fási wrote: > "choices" => array( >   "choice1" => "choice1", >   "choice2" => "choice2", > ); > > > > On Tue, Jun 15, 2010 at 10:24, Joe wrote: > > I am

[symfony-users] Need help with Doctrine migration

2010-07-13 Thread Joe
Hey everyone, I am maintaining a Symfony 1.4 application. I need to add a column to an existing table in production database. I am trying to use Doctrine migration ability to do so. My first command was: php symfony doctrine:generate-migrations-db. I get the error: Could not generate migration c

[symfony-users] Re: Migrating to a new server

2009-08-21 Thread Joe Colburn
Thanks again, everyone. Now... How do I get version 1.1? 1.2 requires PHP 5.2.4, which I don't have on this server. On Thu, Aug 20, 2009 at 8:24 AM, Eno wrote: > > On Thu, 20 Aug 2009, rajmd wrote: > > > you need to place the symfony folder in the the lib/verdor directory > > under your proj

[symfony-users] symfony cc problem

2008-04-10 Thread Joe Kelsey
r \symfony\lib\config\sfProjectConfiguration.class.php on line 290 How did that \ get in front of the word admin? My apps/admin/config/ adminConfiguration.class.php has not been changed since the init-app. I can successfully perform symfony cc --app=a