【求助】进不了gii的model generator [ 新手入门 ]
刚刚学习yii,请多多关照
配好mysql,gii,能进gii的其它generator 进model generator时直接无法显示此网页 (101)
找了很时间的原因,也没找到,求帮助
[attach]716[/attach][attach]717[/attach]
'modules'=>array(
// uncomment the following to enable the Gii tool
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'123456',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
//'ipFilters'=>array('127.0.0.1','::1'),
),
),
// application components
'components'=>array(
'user'=>array(
// enable cookie-based authentication
'allowAutoLogin'=>true,
),
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=mysql',
'emulatePrepare' => true,
'username' => 'root',
'password' => '123456',
'charset' => 'utf8',
'tablePrefix' => 'b3_' ,
),
共 7 条回复
-
fenhon.com 回复于 2012-08-02 16:17 举报
我的yii登录不进去。这是怎么回事啊?老是回到这个url地址:
http://www.fenhon.com/jiesaiscada/index.php?r=gii/default/login
echoer 浙江
注册时间:2012-05-11
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱55
- 威望0
- 积分55