[symfony-users] Re: Questio about the code of the backend

2010-03-18 Thread Javier Garcia
Hi Daniel, this below is the preExecute() function but there isn't anything about $this-filters and $this-configuration : class autoCocheActions extends sfActions { public function preExecute() { $this-configuration = new cocheGeneratorConfiguration(); if

Re: [symfony-users] Re: Questio about the code of the backend

2010-03-18 Thread Daniel Lohse
Huh, am I blind? There is $this-configuration = new cocheGeneratorConfiguration(); in your post, so there's your $configuration variable coming from. As for the $filters variable, you're right, that's not there but it's in the indexAction – this calls $this-getPager() which in turn calls

[symfony-users] Re: Questio about the code of the backend

2010-03-18 Thread Javier Garcia
Thanks!, i think l was looking more for $this-filters than for $this- configuration.. Javi On Mar 18, 7:14 pm, Daniel Lohse annismcken...@googlemail.com wrote: Huh, am I blind? There is $this-configuration = new cocheGeneratorConfiguration(); in your post, so there's your $configuration