Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • XoopsDebugStack
  • Overview
  • Namespace
  • Class
  • Tree

Class XoopsDebugStack

Extend Doctrine DebugStack to trigger XOOPS event

Doctrine\DBAL\Logging\DebugStack
Extended by Xoops\Core\Database\Logging\XoopsDebugStack
Namespace: Xoops\Core\Database\Logging
Package: Xoops\Core
Category: Xoops\Core\Database\Logging
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
See: www.doctrine-project.org
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Database/Logging/XoopsDebugStack.php
Methods summary
public
# stopQuery( )

stopQuery

stopQuery

Perform usual Doctrine DebugStack stopQuery() and trigger event for loggers

Event argument is array: - 'sql' => string SQL statement - 'params' => array of bound parameters - 'types' => array of parameter types - 'executionMS' => float of execution time in microseconds

API documentation generated by ApiGen