标签:des style blog http color os io 使用 ar
1 ‘gii‘=>array( 2 ‘class‘=>‘system.gii.GiiModule‘, 3 ‘password‘=>‘123456‘,//使用gii的密码 4 // If removed, Gii defaults to localhost only. Edit carefully to taste. 5 ‘ipFilters‘=>array(‘127.0.0.1‘,‘::1‘),//ip 6 ), 7 8 ),
在浏览器中输入项目的路径
http://127.0.0.1/index.php?r=gii/
在下面的页面输入自己刚设置的密码
出现以下页面
Controller Generator控制器生成
Crud Generator curd 生成
Form Generator 表单生成
Model Generator 模型生成
Module Generator 模块生成
我用的是ecshop的数据库 做测试的
点击preview 完成后 点击genterat 生成文件
点击Controller Generator控制器生成
点击CURD 生成
一切生成完后
访问http://127.0.0.1/index.php?r=goods
即可看到一个简单的商品管理后台就生成了
标签:des style blog http color os io 使用 ar
原文地址:http://www.cnblogs.com/tl542475736/p/3950447.html