Gii ModelGenerator在yii Framework中不起作用

时间:2017-05-23 07:44:54

标签: php yii

Gii ModelGenerator在yii Framework中没有工作没有任何错误显示
在网络中,但是当我们悬停在ModelGenerator链接等待localhost ... 时,我在main.php中的代码看起来像

'modules' => array(  
'gii' => array(  
'class'      => 'system.gii.GiiModule',  
'password'   => 'rajesh',  
'ipFilters'  => array('127.0.0.1:8080', '::1'),  
'generatorPaths' => array(  
'ext.giix-core',  
),  
),  
),

我已经检查了源代码:framework / gii / GiiModule.php 受保护的函数allowIp($ ip)$ ip值包含:: 1任何人都可以帮助我改进这个,因为我对yii框架很新...

0 个答案:

没有答案