关于yii模块视图文件的问题 [ 求助交流 ]
我用yiic shell 命令创建了模块,编写了默认的控制器后打印测试内容完全没有问题,但是如果渲染的话只能写
$this->render('../modules/admin/views/default/index',array('types'=>$types,'goods'=>$goods,'nowTID'=>$nowTID)); 才能找得到视图文件,而 $this->render('default/index',…… 和 $this->render('index',…… 都只能是找不到视图文件的报错,貌似它还是认根目录下的views文件夹, 请问各位高手们,如何设置,才能让模块的视图文件默认为自己的文件夹呢?
我的设置文件,模块部分如下 'modules'=>array(
// uncomment the following to enable the Gii tool
/*
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'Enter Your Password Here',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),
*/
'admin'=>array(
'defaultController'=>'Goods'
)
),
isamudyson
注册时间:2012-09-27
最后登录:2016-06-24
在线时长:0小时19分
最后登录:2016-06-24
在线时长:0小时19分
- 粉丝0
- 金钱65
- 威望0
- 积分65