yii调用文件的方式

来源:互联网 发布:软件巡检系统方案 编辑:程序博客网 时间:2024/05/16 15:52

<?php include $this->getViewFile('_admin/_grid_view')?>


这样在模版中,调用其他的模版文件。