RE: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
sers@googlegroups.com Subject: Re: [symfony-users] Re: issues after moving form code to a plugin The Brand is defined in the plugin's schema.yml as follow. Nothing fancy at all. PluginBrandForm extends BaseBrandForm. Brand: columns: id: type: integer(4) primary: true n

Re: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
The Brand is defined in the plugin's schema.yml as follow. Nothing fancy at all. PluginBrandForm extends BaseBrandForm. Brand: columns: id: type: integer(4) primary: true notnull: true autoincrement: true name: type: string(150) url: type: string