[symfony-users] Excluding from Filter and Form builder

2010-07-15 Thread Sarel
Does anybody know whether it's possible in the schema.yml file to exclude certain tables from the Filter and Form building? I.e. let's say I have 10 tables, but only say 4 of them should have filters, forms etc built... the rest should ONLY have the ORM's for data access? -- If you want to report

Re: [symfony-users] Excluding from Filter and Form builder

2010-07-15 Thread Gábor Fási
I'm using this: _propel_behaviors: symfony: form: false filter: false On Thu, Jul 15, 2010 at 14:45, Sarel wrote: > Does anybody know whether it's possible in the schema.yml file to > exclude certain tables from the Filter and Form building? I.e. let's > say I have 1

Re: [symfony-users] Excluding from Filter and Form builder

2010-07-15 Thread Stefan Paschke
if you are using Doctrine, you can turn filters off like this: SomeModel: options: symfony: form: false filter: false it's described on day 10 of the Jobeet tutorial regards Le Jul 15, 2010 à 4:16 PM, Gábor Fási a écrit : > I'm using this: > >_propel_behaviors: >