yii1框架查看执行的SQL语句
protected/config/main.php
...
'components' => array(
'log' => array(
'class' => 'CLogRouter',
'routes' => array(
array(
'class' => 'CFileLogRoute',
'levels' => 'error, warning',
),
array( // configuration for the toolbar
'class'=>'CFileLogRoute',
'levels' => 'trace',
'categories' => 'system.db.*', #只是显示关于数据库信息
'logFile'=>'db.log',
),
),
),
),
...版权属于:Joyber
本文链接:https://blog.qqvbc.com/default/587.html
转载时须注明出处及本声明