[symfony-users] Re: How to show an object_action based on a specific condition (admin generator)?

2010-06-14 Thread Tom Ptacnik
I think you can use GeneratorHelper for that ... apps/appname/module/ lib/moduleGeneratorHelper.class.php On 14 čvn, 00:49, Bruno Reis bruno.p.r...@gmail.com wrote: Hi, Is there a way to specify a specific condition required to show one object_action in a list? I want to show the action

[symfony-users] Re: How to show an object_action based on a specific condition (admin generator)?

2010-06-14 Thread Florian
Hi, read this http://www.symfony-project.org/more-with-symfony/1_4/en/02-Advanced-Routing Or http://www.symfony-project.org/reference/1_4/en/10-Routing You have an object option to define which method to use to retrieve your object! Hope it helps! On 14 juin, 00:49, Bruno Reis