Zend_Db_Profiler_FirebugWrites DB events as log messages to the Firebug Console via FirePHP.
Located in /Db/Profiler/Firebug.php (line 41)
Zend_Db_Profiler | --Zend_Db_Profiler_Firebug
string
$_label
= null (line 47)
The original label for this profiler.
string
$_label_template
= '%label% (%totalCount% @ %totalDuration% sec)' (line 53)
The label template for this profiler
Zend_Wildfire_Plugin_FirePhp_TableMessage
$_message
= null (line 59)
The message envelope holding the profiling summary
float
$_totalElapsedTime
= 0 (line 65)
The total time taken for all profiled queries.
Inherited from Zend_Db_Profiler
Zend_Db_Profiler::$_enabled
Zend_Db_Profiler::$_filterElapsedSecs
Zend_Db_Profiler::$_filterTypes
Zend_Db_Profiler::$_queryProfiles
Constructor __construct (line 73)
Constructor
queryEnd (line 122)
Intercept the query end and log the profiling data.
setEnabled (line 88)
Enable or disable the profiler. If $enable is false, the profiler is disabled and will not log any queries sent to it.
updateMessageLabel (line 148)
Update the label of the message holding the profile info.
Inherited From Zend_Db_Profiler
Zend_Db_Profiler::__construct()
Zend_Db_Profiler::clear()
Zend_Db_Profiler::getEnabled()
Zend_Db_Profiler::getFilterElapsedSecs()
Zend_Db_Profiler::getFilterQueryType()
Zend_Db_Profiler::getLastQueryProfile()
Zend_Db_Profiler::getQueryProfile()
Zend_Db_Profiler::getQueryProfiles()
Zend_Db_Profiler::getTotalElapsedSecs()
Zend_Db_Profiler::getTotalNumQueries()
Zend_Db_Profiler::queryClone()
Zend_Db_Profiler::queryEnd()
Zend_Db_Profiler::queryStart()
Zend_Db_Profiler::setEnabled()
Zend_Db_Profiler::setFilterElapsedSecs()
Zend_Db_Profiler::setFilterQueryType()
Documentation generated on Mon, 21 Jun 2010 15:23:54 -0400 by phpDocumentor 1.4.3