[symfony-users] Filtering a list from the action

2010-02-15 Thread NOOVEO - Christophe Brun
I am working on the 'list' view of a module. The filtered list is displayed via a call to the executeFilter() method, as usual. Now, I create a route and the appropriate method myModuleActions : public function executeUseMyFilter(sfWebRequest $request) { $id =

Re: [symfony-users] Filtering a list from the action

2010-02-15 Thread Javier Garcia
On 02/15/2010 04:49 PM, NOOVEO - Christophe Brun wrote: I am working on the 'list' view of a module. The filtered list is displayed via a call to the executeFilter() method, as usual. Now, I create a route and the appropriate method myModuleActions : public function