I was told that I could get Firebug to connect to Yii so that I could see database connections.
In my config/main.php I added:
'class'=>'CWebLogRoute',
'levels'=>'error, warning, trace, info',
'categories'=>'system.db.CDbCommand',
'showInFireBug'=>true
but nothing is showing up.
Is there something else I need to add?
Thanks