yii框架的调试插件yii-debug-toolbar
1 , 下载地址
https://github.com/malyshev/yii-debug-toolbar.git
我们提供的服务有:网站制作、网站设计、微信公众号开发、网站优化、网站认证、廉江ssl等。为上1000家企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的廉江网站制作公司
2 , yii框架配置
3 , 更改main.php文件
'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute', ), // uncomment the following to show log messages on web pages /* array( 'class'=>'CWebLogRoute', ), */ ), ), ),
4 , 更改database.php文件
return array( // 'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db', // uncomment the following lines to use a MySQL database 'connectionString' => 'mysql:host=localhost;dbname=yiitest', 'emulatePrepare' => true, 'username' => 'root', 'password' => 'hadoop123', 'charset' => 'utf8', 'enableProfiling'=>true, 'enableParamLogging'=>true, );
分享名称:yii框架的调试插件yii-debug-toolbar
链接URL:http://ybzwz.com/article/geiige.html