YII 创建后台模块

1,在protected/config/main.php目录下修改如下目录

'modules'=>array(
// uncomment the following to enable the Gii tool

'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'xw0987',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),

),

2,通过路由访问 创建后台模块

  “http://localhost/YII/shop/index.php?r=gii/default/login”

YII  创建后台模块

3,键入密码

YII  创建后台模块

4生成模块

YII  创建后台模块

5,点击Preview预览  勾选要生成的模块

YII  创建后台模块

6.generate生成

YII  创建后台模块

7.查看项目列表多出bgModel

YII  创建后台模块

创建成功

上一篇:Fix VNC Desktop Sharing on Ubuntu Desktop 14.04


下一篇:VisualVM 使用 service:jmx:rmi:///...无法连接linux远程服务器