You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Zend_Db_Profiler_Firebug for profiling and debugging our SQL code. It sends all the SQL queries from the page as a FirePHP Table message. In FirePHP with Firefox output from Zend_Db_Profiler_Firebug is shown collapsed by default. Since most of the time we aren't interested in this output, it's nice to have it cleaned up and out of the way, but still quickly available should we need it.
I don't know if there is a reliable way to pick out these messages from other Table messages, but collapsable tables and a setting for the default state (collapsed or expanded) would be sufficient.
Thanks!
The text was updated successfully, but these errors were encountered:
We use Zend_Db_Profiler_Firebug for profiling and debugging our SQL code. It sends all the SQL queries from the page as a FirePHP Table message. In FirePHP with Firefox output from Zend_Db_Profiler_Firebug is shown collapsed by default. Since most of the time we aren't interested in this output, it's nice to have it cleaned up and out of the way, but still quickly available should we need it.
I don't know if there is a reliable way to pick out these messages from other Table messages, but collapsable tables and a setting for the default state (collapsed or expanded) would be sufficient.
Thanks!
The text was updated successfully, but these errors were encountered: