摘要: 一、在config/web.php中添加如下代码(开启debug工具和gii工具)if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug';... 阅读全文
posted @ 2015-08-24 17:37 个人笔记 阅读(381) 评论(0) 推荐(0) 编辑
摘要: $config['bootstrap'][] = 'debug';$config['modules']['debug'] = [ 'class'=>'yii\debug\Module', 'allowedIPs'=>['192.168.*'],];$config['bootstrap']... 阅读全文
posted @ 2015-08-24 11:13 个人笔记 阅读(296) 评论(0) 推荐(0) 编辑