gpt4 book ai didi

zend-framework - ZEND,用数据渲染不同的 View

转载 作者:行者123 更新时间:2023-12-03 22:41:18 25 4
gpt4 key购买 nike

我有一个问题,因为我想从不同的 Controller 渲染 View 并传递数据。你知道怎么做吗?

我在尝试:

$this->renderScript('index/index.phtml')->entries = $result;

但我的如果:
if (count($this->entries) <= 0)

返回 0

你知道怎么做吗?
谢谢!

最佳答案

你的意思是你只想渲染一个不同的 Controller Action 的 View 脚本?

$this->view->entries = $result;
$this->_helper->viewRenderer('index/index', null, true);

查看 ViewRenderer 的手册页 helper 。

关于zend-framework - ZEND,用数据渲染不同的 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4856928/

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