Home  >  Article  >  php教程  >  yii 使用renderPartial调用另外一个控制器的视图

yii 使用renderPartial调用另外一个控制器的视图

WBOY
WBOYOriginal
2016-06-13 09:35:231254browse

以下由我们在信易网络公司开发项目的时候终结出的一些经验

我们可以使用renderPartial访问存储在不同控制器的视图文件夹中的部分视图文件。

在Yii1.1.3中,我们使用双斜线“//”,程序就会从视图文件夹开始搜索,例如:

protected/views/library/_book.php
renderPartial(’//library/_book’, array(’books’=>$books))

如果使用单斜杠“/”开始搜索,程序就会跳出当前的活动模块,从应用程序的视图路径去搜索。

本文由专注于成都网站建设的信易网络发布,更多关于yii的信息请关注信易网络随后的发布,信易网络的官网http://www.ir58.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn