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:
>      symfony:
>        form:   false
>        filter: false
> 
> 
> On Thu, Jul 15, 2010 at 14:45, Sarel <sare...@gmail.com> 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 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 a vulnerability issue on symfony, please send it to 
>> security at symfony-project.com
>> 
>> You received this message because you are subscribed to the Google
>> Groups "symfony users" group.
>> To post to this group, send email to symfony-users@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en
>> 
> 
> -- 
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
> 
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to