Class Zend_Db_Profiler_Firebug
Writes DB events as log messages to the Firebug Console via FirePHP.
- Zend_Db_Profiler
-
Zend_Db_Profiler_Firebug
Package: Zend\Db\Profiler
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Profiler/Firebug.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Profiler/Firebug.php
public
|
|
public
|
#
setEnabled( boolean $enable )
Enable or disable the profiler. If $enable is false, the profiler is disabled and will not log any queries sent to it. |
public
|
|
protected
|
CONNECT,
DELETE,
IGNORED,
INSERT,
QUERY,
SELECT,
STORED,
TRANSACTION,
UPDATE
|
protected
string
|
$_label | null |
#
The original label for this profiler. |
protected
string
|
$_label_template | '%label% (%totalCount% @ %totalDuration% sec)' |
#
The label template for this profiler |
protected
Zend_Wildfire_Plugin_FirePhp_TableMessage
|
$_message | null |
#
The message envelope holding the profiling summary |
protected
float
|
$_totalElapsedTime | 0 |
#
The total time taken for all profiled queries. |
$_enabled,
$_filterElapsedSecs,
$_filterTypes,
$_queryProfiles
|