gpt4 book ai didi

php - 将变量传递给 Symfony2 中的 Assetic Assets URL

转载 作者:IT王子 更新时间:2023-10-29 00:07:33 25 4
gpt4 key购买 nike

有没有办法将变量传递给模板中的 Assetic 方法

{% stylesheets
'@SomeExampleBundle/Resources/views/ SOMEVAR /css/*'
%}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

所以我想做的是从 Controller 传递 SOMEVAR

最佳答案

可以通过这种方式:

<link rel="stylesheet" href="{{ asset('bundles/yourbundle/css/'~ SOMEVAR ~'/css/' ) }}" />

关于php - 将变量传递给 Symfony2 中的 Assetic Assets URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8285562/

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