-
Notifications
You must be signed in to change notification settings - Fork 1
symphony
Sébastien LUCAS edited this page Mar 24, 2014
·
15 revisions
-
indexAction
defaults: { _controller: project:Search:index } Will call in the controller with the methode indexAction
class SearchController extends Controller
{
public function indexAction()
{
-
Render a twig template
return $this->render('WeCookRecipeBundle:Search:index1.html.twig'); -
symphony console Command lines tools for symphony
-
assetic : the symphony asset management system