[symfony-users] Action "xx/xx does not exist.

2010-04-09 Thread Omar El Mazny
i followed symfony rules i wanted to creat my own function that returns the result of a query like this protected function executeListlab(sfWebRequest $request){ $this->membres = Doctrine::getTable('Member') ->createQuery('m') ->where('m.member_type = ?', 'lab') ->execute(

Re: [symfony-users] Action "xx/xx does not exist.

2010-04-10 Thread Gábor Fási
These functions need to be public, you made it protected. On Fri, Apr 9, 2010 at 17:23, Omar El Mazny wrote: > i followed symfony rules i wanted to creat my own function that > returns the result of a query >  like this > protected function executeListlab(sfWebRequest $request){ > >      $this->m