Revision #2 has been created by Zolter on Dec 25, 2009, 11:19:38 AM with the memo:
russian link
« previous (#1) next (#3) »
Changes
Title
unchanged
SQL Logging and Profiling in FireBug (Yii 1.1)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
}
require_once($yii);
Yii::createWebApplication($config)->run();
It's as simple as that - now run the site with FireBug enabled, and you should see your SQL queries, with parameters, displayed on the Console tab in FireBug!
### Links
[Russian version](http://dbhelp.ru/firebug-and-sql-routing/page/)