Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在视图中看到了一个数组,我只知道一个变量的名称(字符串)。
我需要评估它。
我能怎么做?
Twig 没有可变变量,但您可以制作一个 twig 扩展/过滤器来对该问题进行排序,这应该不是很困难。
如果您没有使用此功能,请执行以下操作:
http://symfony.com/doc/current/cookbook/template/twig_extension.html