How to render a component in an action with symfony 1.1+

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.

Posted Thursday, March 12th, 2009 under action, component, discussion, render, symfony.

Leave a Reply