Posted in PHP onJuly 15, 2016
本文实例讲述了Yii调试查看执行SQL语句的方法。分享给大家供大家参考,具体如下:
开户debug
修改配置文件 :protected/config/main.php,
'log' => array( 'class' => 'CLogRouter', 'routes' => array( array( 'class' => 'CFileLogRoute', 'levels' => 'trace, info, error, warning', ), // uncomment the following to show log messages on web pages array( 'class' => 'CWebLogRoute', 'levels' => 'trace', //级别为trace 'categories' => 'system.db.*' //只显示关于数据库信息,包括数据库连接,数据库执行语句 ), ), ),
希望本文所述对大家基于Yii框架的PHP程序设计有所帮助。
Yii调试查看执行SQL语句的方法
- Author -
Flowf声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@