我想在一年中使用Gii。我的第一个webapp的protected/config/main.php没有注释这一部分,按照Yii文档中的说明启用Gii (123.45.67.123是我试图访问的计算机上的公共IP地址): // uncomment the following to enable the Gii tool
'gii'=>array(rem
我刚刚安装了YII,没有任何问题,但我不能进入GII。我取消了mywebapp/保护区/config/main.php中的特定行,以启用GII。r=gii I am redirected to localhost/myapp/index.php?r=gii/default/login.
我没有启用URL管理器,这是一个新的安装在Wamp。是什么引起了麻烦,如何让GII工作?谢谢你的回复!