How to create a permanent filter via a modification of executeFilter
(sfWebRequest $request)?

How I can modify $request? For example, into the class action of the
module, this does not work for filter all the records with field
'materia_id' = 1


public function executeFilter(sfWebRequest $request)
  {

      $this->getRequest()->setParameter('materia_id', 1);
       return parent::executeFilter($request);

}

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

Reply via email to