Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Db_Profiler
  • Zend_Db_Profiler_Firebug
  • Zend_Db_Profiler_Query

Exceptions

  • Zend_Db_Profiler_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Zend_Db_Profiler_Firebug

Writes DB events as log messages to the Firebug Console via FirePHP.

Zend_Db_Profiler
Extended by 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
Methods summary
public
# __construct( string $label = null )

Constructor

Constructor

Parameters

$label
string
OPTIONAL Label for the profiling info.
public Zend_Db_Profiler
# 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.

Enable or disable the profiler. If $enable is false, the profiler is disabled and will not log any queries sent to it.

Parameters

$enable
boolean

Returns

Zend_Db_Profiler
Provides a fluent interface
public
# queryEnd( integer $queryId )

Intercept the query end and log the profiling data.

Intercept the query end and log the profiling data.

Parameters

$queryId
integer

Throws

Zend_Db_Profiler_Exception
protected
# updateMessageLabel( )

Update the label of the message holding the profile info.

Update the label of the message holding the profile info.

Methods inherited from Zend_Db_Profiler
clear(), getEnabled(), getFilterElapsedSecs(), getFilterQueryType(), getLastQueryProfile(), getQueryProfile(), getQueryProfiles(), getTotalElapsedSecs(), getTotalNumQueries(), queryClone(), queryStart(), setFilterElapsedSecs(), setFilterQueryType()
Constants inherited from Zend_Db_Profiler
CONNECT, DELETE, IGNORED, INSERT, QUERY, SELECT, STORED, TRANSACTION, UPDATE
Properties summary
protected string $_label null
#

The original label for this profiler.

The original label for this profiler.

protected string $_label_template '%label% (%totalCount% @ %totalDuration% sec)'
#

The label template for this profiler

The label template for this profiler

protected Zend_Wildfire_Plugin_FirePhp_TableMessage $_message null
#

The message envelope holding the profiling summary

The message envelope holding the profiling summary

protected float $_totalElapsedTime 0
#

The total time taken for all profiled queries.

The total time taken for all profiled queries.

Properties inherited from Zend_Db_Profiler
$_enabled, $_filterElapsedSecs, $_filterTypes, $_queryProfiles
Pry Framework API documentation generated by ApiGen 2.6.1