Код: Выделить всё
/**
* @Route("/main")
*/
public function indexAction()
{
$templating = $this->container->get('templating');
$html = $templating->render('base.html.twig');
return new Response($html);
}
Код: Выделить всё
[url={{ path(]My options[/url]
Код: Выделить всё
/**
* @Route("/options")
*/
public function showAction(){
return new Response("This will be options page:");
}
Подробнее здесь: https://stackoverflow.com/questions/419 ... g-template
Мобильная версия