public function executeBarfoo(sfWebRequest $request)
{
return $this->renderComponent('my_module', 'my_component', array());
}This is an attempt to take over the first place on google for the query how to render component action symfony.
public function executeBarfoo(sfWebRequest $request)
{
return $this->renderComponent('my_module', 'my_component', array());
}This is an attempt to take over the first place on google for the query how to render component action symfony.