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.
我正在将几个网站从原始 PHP 模板系统转换为 Twig。我遇到的一个问题是如何转换使用 PHP 提取函数的模板。关于如何处理这个问题的任何想法?
将您本来会调用的数组传递extract()给 twig 的渲染函数,最后它的行为将完全符合您的需要 - 数组的键作为变量名。
extract()