How to render a component in an action with symfony 1.1+
By Romain Dorgueil on Thursday, March 12 2009, 13:34 - discussion
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.






Last comments