Symfony 2.0 to 2.3 update, twig render
http://symfony.com/doc/current/book/templating.html#embedding-controllers
change:
{% render "AcmeDemoBundle:Main:nestedAction" %}
to:
{% render(controller("AcmeDemoBundle:Main:nestedAction")) %}
to find all place where to make this change, type:
grep -Rn 'render "' .
Written by Alex Goretoy
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Symfony
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#