gpt4 book ai didi

symfony - 将渲染响应设置为变量 twig Symfony2

转载 作者:行者123 更新时间:2023-12-01 18:44:03 25 4
gpt4 key购买 nike

我有一个 Controller 函数,它返回一个带有值的响应,我想从 twig 调用这个 Controller ,所以我使用:

 {% render "UaePortailBundle:Note:isRempli" with { 'module_id' : module.id , 'year' : year } %} 

问题是我想将这个返回值设置为变量“x”

我试过了,但没用。

 {% set x = {% render "UaePortailBundle:Note:isRempli" with { 'module_id' : module.id , 'year' : year } %} %}

最佳答案

根据documentation ,你可以这样做:

{% set x %}
{% render "UaePortailBundle:Note:isRempli" with { 'module_id' : module.id , 'year' : year } %}
{% endset %}

关于symfony - 将渲染响应设置为变量 twig Symfony2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11073277/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com