1.打开 protected\config下的main.php ,找到以下这段代码:(原来是注释了的,现在要去掉注释)
'modules'=>array(
// uncomment the following to enable the Gii tool
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'***', //在这里输入登录gii的密码
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'), // 这里的IP也可以换成其他的
),
),
2.在地址栏输入 index.php?r=gii ,这里会打开gii登陆界面,输入上一步设置的密码。
3.进来之后就可以 Model Generator 和 Crud Generator 的操作了