Packages

  • dibi
    • drivers
    • nette
    • reflection
  • None
  • PHP

Classes

  • dibi
  • DibiConnection
  • DibiDataSource
  • DibiDateTime
  • DibiEvent
  • DibiFileLogger
  • DibiFirePhpLogger
  • DibiFluent
  • DibiObject
  • DibiResult
  • DibiResultIterator
  • DibiRow
  • DibiTranslator

Interfaces

  • IDataSource
  • IDibiDriver
  • IDibiReflector
  • IDibiResultDriver

Exceptions

  • DibiDriverException
  • DibiException
  • DibiNotImplementedException
  • DibiNotSupportedException
  • DibiPcreException
  • Overview
  • Package
  • Class
  • Tree

Class DibiEvent

Profiler & logger event.

Package: dibi
Author: David Grudl
Located at libs/DibiEvent.php
Methods summary
public
# __construct( DibiConnection $connection, $type, $sql = NULL )
public
# done( $result = NULL )
Constants summary
integer CONNECT 1
#

event type

event type

integer SELECT 4
#

event type

event type

integer INSERT 8
#

event type

event type

integer DELETE 16
#

event type

event type

integer UPDATE 32
#

event type

event type

integer QUERY 60
#

event type

event type

integer BEGIN 64
#

event type

event type

integer COMMIT 128
#

event type

event type

integer ROLLBACK 256
#

event type

event type

integer TRANSACTION 448
#

event type

event type

integer ALL 1023
#

event type

event type

Properties summary
public DibiConnection $connection
#
public integer $type
#
public string $sql
#
public DibiResult|DibiDriverException|null $result
#
public float $time
#
public integer $count
#
public array $source
#
dibi API documentation API documentation generated by ApiGen 2.3.0