标签:lin ted stack action hyper method overflow cte undle
这样子写{% render(controller("MyBundle:Default:method", { ‘call‘ : ‘action‘ })) %}
报错Unexpected "render" tag (expecting closing tag for the "block" tag defined
;
那么改为这样子:
{{ render(controller("MyBundle:Default:method", { ‘call‘ : ‘action‘ })) }}
标签:lin ted stack action hyper method overflow cte undle
原文地址:http://www.cnblogs.com/Amos-Turing/p/6823002.html