romain.dorgueil.net
12 Mar 2009

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

by Romain Dorgueil
<?php
public function executeBarfoo(sfWebRequest $request)
{
  return $this->renderComponent('my_module', 'my_component', array());
}

Join the discussion