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.
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.
© Copyright 2007-2009 daKrazy. All rights reserved.
Design, template and content by Romain Dorgueil
Last comments