gpt4 book ai didi

symfony2 twig 渲染嵌套子目录

转载 作者:行者123 更新时间:2023-12-04 13:11:37 25 4
gpt4 key购买 nike

我似乎在 Twig 渲染嵌套方面遇到问题

为了进一步解释,我有以下 View 布局结构

resources
.. config
.. public
.. etc
.. views
.. WeekBreakDown
.. Export
.. export.html.twig
.. other.html.twig
.. index.html.twig
.. other.html.twig

现在我可以毫无错误地呈现以下内容
$this->render('NameBundle:WeekBreakDown:index.html.twig');

或者
$this->render('NameBundle:WeekBreakDown:other.html.twig');

我遇到的问题是渲染 导出 小路。

我试过了
$this->render('NameBundle:WeekBreakDown:Export:index.html.twig');

并且..
$this->render('NameBundle:WeekBreakDown:Export\index.html.twig');

我收到了 InvalidArgumentException: Unable to find template

最佳答案

这应该工作

$this->render('NameBundle:WeekBreakDown/Export:index.html.twig');

关于symfony2 twig 渲染嵌套子目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16356995/

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