How to render a partial in an action with symfony 1.1+
[php]
public function executeFoobar()
{
return $this->renderPartial('my_partial');
}
This is an attempt to take over the first place on google for the query how to render partial action symfony.
Comments
Components are much more search engine optimized....
http://symforc.com/post/2009/03/12/...
Your attempt... so evil jaja!