gpt4 book ai didi

zend-framework - 如何在 Zend 中使用来自不同模块的局部 View ?

转载 作者:行者123 更新时间:2023-12-04 02:54:09 26 4
gpt4 key购买 nike

我正在尝试从另一个模块栏访问 foo 中的部分 View 。简化的文件结构:

application/
modules/
foo/
index.phtml
bar/
partial.phtml

在 index.html 中,您将拥有以下代码:
<?php echo $this->partialLoop('../bar/partial.phtml', $this->paginator);
echo $this->paginator; ?>

问题是您实际上不能使用父遍历,因为我收到此错误:
Requested scripts may not include parent directory traversal ("../", "..\" notation)

有没有办法将部分 View 仍然包含在我的内容页面中? (或者我做错了吗?)提前谢谢。

最佳答案

您需要传递模块参数:

<?php echo $this->partialLoop('partial.phtml', 'bar', $this->paginator); ?>

关于zend-framework - 如何在 Zend 中使用来自不同模块的局部 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5600147/

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