phpDocumentor PHP_Debug
[ class tree: PHP_Debug ] [ index: PHP_Debug ] [ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ ] [ m ] [ p ] [ r ] [ s ] [ u ] [ v ]

a

a

$applySpanStyle
in file debug.php, variable DebugLine::$applySpanStyle
    Most of the time we will display a global span style for the debug cell but we must be able to desactive it in order to preserve XHTML compliance (DBGLINE_SEARCH for exemple)
addDebug
in file debug.php, method Debug::addDebug()
    addDebug() : Build a new debug line info.
addRequiredFilesPattern
in file debug.php, method Debug::addRequiredFilesPattern()
    addRequiredFilesPattern() : Add a remove pattern to remove pattern array.
applyTextStyle
in file debug.php, method DebugLine::applyTextStyle()
    applyTextStyle() : Apply a style to a string
b

b

breakString
in file debug.php, method DebugLine::breakString()
    breakString() : Add Carriage return to a string
c

c

$CellBoldStatus
in file debug.php, variable DebugLine::$CellBoldStatus
    Bold style for debug info cell
$CellBoldStatus
in file debug.php, variable Debug::$CellBoldStatus
    Bold style for DebugType : $DebugType => Bold Style
$CellColor
in file debug.php, variable DebugLine::$CellColor
    Background Color for debug info cell
$CellColors
in file debug.php, variable Debug::$CellColors
    Color for DebugType : $DebugType => Color Code of text
CancelPerf
in file debug.php, method Debug::CancelPerf()
    CancelPerf() : Cancel a process time monitoring, error or misc exception
colorizeFont
in file debug.php, method DebugLine::colorizeFont()
    colorizeFont() : Function that colorize a string with a given color
CR
in file debug.php, constant CR
d

d

$DatabaseName
in file debug.php, variable Debug::$DatabaseName
    Name of database that we are working on
$DatabaseName
in file debug.php, variable DebugLine::$DatabaseName
    Name of database that we are working on
$DebugDisplayString
in file debug.php, variable DebugLine::$DebugDisplayString
    Formatted Debug info
$DebugMode
in file debug.php, variable Debug::$DebugMode
    Debug Mode
$DebugObjectID
in file debug.php, variable Debug::$DebugObjectID
    ID of debug object (0 = First object)
$DebugType
in file debug.php, variable DebugLine::$DebugType
    Debug Type
$DebugTypeLabel
in file debug.php, variable Debug::$DebugTypeLabel
    Lables Color for DebugType : $DebugType => Color Code of text
$DefaultCellBackColor
in file debug.php, variable DebugLine::$DefaultCellBackColor
    Default Backgourd cell color
$DisableCredits
in file debug.php, variable Debug::$DisableCredits
    Enable or disable Credits in debug infos.
$DisplayTypeInSearch
in file debug.php, variable Debug::$DisplayTypeInSearch
    Bold style for DebugType : $DebugType => Bold Style
DBGLINE_ANY
in file debug.php, constant DBGLINE_ANY
    DEBUG LINE Types
DBGLINE_APPERROR
in file debug.php, constant DBGLINE_APPERROR
DBGLINE_ARRAY
in file debug.php, constant DBGLINE_ARRAY
DBGLINE_CREDITS
in file debug.php, constant DBGLINE_CREDITS
DBGLINE_CURRENTFILE
in file debug.php, constant DBGLINE_CURRENTFILE
DBGLINE_DEFAULT
in file debug.php, constant DBGLINE_DEFAULT
DBGLINE_ENV
in file debug.php, constant DBGLINE_ENV
DBGLINE_ERRORALERT
in file debug.php, constant DBGLINE_ERRORALERT
    DBGLINE_ERRORALERT, default error message for DBGLINE_APPERROR debug line type
DBGLINE_OBJECT
in file debug.php, constant DBGLINE_OBJECT
DBGLINE_PAGEACTION
in file debug.php, constant DBGLINE_PAGEACTION
DBGLINE_PROCESSPERF
in file debug.php, constant DBGLINE_PROCESSPERF
DBGLINE_QUERY
in file debug.php, constant DBGLINE_QUERY
DBGLINE_QUERY_REL
in file debug.php, constant DBGLINE_QUERY_REL
DBGLINE_SEARCH
in file debug.php, constant DBGLINE_SEARCH
DBGLINE_SQLPARSE
in file debug.php, constant DBGLINE_SQLPARSE
DBGLINE_STD
in file debug.php, constant DBGLINE_STD
DBGLINE_TEMPLATES
in file debug.php, constant DBGLINE_TEMPLATES
DBG_CREDITS
in file debug.php, constant DBG_CREDITS
    This is a constant for the credits. For me :p
DBG_GLOBAL_COOKIE
in file debug.php, constant DBG_GLOBAL_COOKIE
DBG_GLOBAL_FILES
in file debug.php, constant DBG_GLOBAL_FILES
DBG_GLOBAL_GET
in file debug.php, constant DBG_GLOBAL_GET
    These are constants to define Super array environment variables
DBG_GLOBAL_GLOBALS
in file debug.php, constant DBG_GLOBAL_GLOBALS
DBG_GLOBAL_POST
in file debug.php, constant DBG_GLOBAL_POST
DBG_GLOBAL_REQUEST
in file debug.php, constant DBG_GLOBAL_REQUEST
DBG_GLOBAL_SESSION
in file debug.php, constant DBG_GLOBAL_SESSION
DBG_MODE_AUTO
in file debug.php, constant DBG_MODE_AUTO
DBG_MODE_DEFAULT
in file debug.php, constant DBG_MODE_DEFAULT
DBG_MODE_FULL
in file debug.php, constant DBG_MODE_FULL
DBG_MODE_OFF
in file debug.php, constant DBG_MODE_OFF
    DBG_MODE Constants, define the different available debug modes.
DBG_MODE_QUERY
in file debug.php, constant DBG_MODE_QUERY
DBG_MODE_QUERYTEMP
in file debug.php, constant DBG_MODE_QUERYTEMP
DBG_MODE_USERPERF
in file debug.php, constant DBG_MODE_USERPERF
DBG_RELEASE
in file debug.php, constant DBG_RELEASE
DBG_VERSION
in file debug.php, constant DBG_VERSION
DBG_VERSION_DEFAULT
in file debug.php, constant DBG_VERSION_DEFAULT
DBG_VERSION_PEAR
in file debug.php, constant DBG_VERSION_PEAR
DBG_VERSION_STANDALONE
in file debug.php, constant DBG_VERSION_STANDALONE
    Possible version of class Debug
Debug
in file debug.php, method Debug::Debug()
    Debug() : Constructor of Debug object
Debug
in file debug.php, class Debug
    Debug : Main class that manage debug and debugline objects
DebugDisplay
in file debug.php, method Debug::DebugDisplay()
    DebugDisplay() : This is the function to display debug infos
DebugLine
in file debug.php, class DebugLine
    DebugLine : Class that describe debug line informations
DebugLine
in file debug.php, method DebugLine::DebugLine()
    DebugLine() Constructor of class
DEBUGLINE_BOLD_CLOSE
in file debug.php, constant DEBUGLINE_BOLD_CLOSE
    DBGLINE_BOLD, constants for bold status function
DEBUGLINE_BOLD_OPEN
in file debug.php, constant DEBUGLINE_BOLD_OPEN
DebugPerf
in file debug.php, method Debug::DebugPerf()
    DebugPerf() : Get process time and stats about database processing.
delRequiredFilesPattern
in file debug.php, method Debug::delRequiredFilesPattern()
    delRequiredFilesPattern() : Del a remove pattern from remove pattern array.
DumpArr
in file debug.php, method Debug::DumpArr()
    DumpArr() : Display all content of an array
DumpObj
in file debug.php, method Debug::DumpObj()
    DumpObj() : Debug an object or array with Var_Dump pear package
DUMP_ARR_DISP
in file debug.php, constant DUMP_ARR_DISP
    These are constant for DumpArr() and DumpObj() functions.
DUMP_ARR_OBJNAME
in file debug.php, constant DUMP_ARR_OBJNAME
DUMP_ARR_STR
in file debug.php, constant DUMP_ARR_STR
DUMP_ARR_TABNAME
in file debug.php, constant DUMP_ARR_TABNAME
debug.php
procedural page debug.php
debug_test_min.php
procedural page debug_test_min.php
debug_test_min_xhtml.php
procedural page debug_test_min_xhtml.php
debug_test.php
procedural page debug_test.php
e

e

$EnablePhpMyAdminLinks
in file debug.php, variable Debug::$EnablePhpMyAdminLinks
    Enable or not PhpMyAdmin direct links for queries
$EnableSearch
in file debug.php, variable Debug::$EnableSearch
    Enable or disable search in debug
g

g

$genXHTMLOutput
in file debug.php, variable Debug::$genXHTMLOutput
    Variable to tell if we must generate a XHML 1.0 Strict output
generateStyleSheet
in file debug.php, method Debug::generateStyleSheet()
    generateStyleSheet()
getBoldCodeType
in file debug.php, method Debug::getBoldCodeType()
    getBoldCodeType() : Retrieve Bold cell status of the debug cell
getColorCodeClass
in file debug.php, method Debug::getColorCodeClass()
    getColorCodeClass() : Retrieve color code class from a color
getColorCodeType
in file debug.php, method Debug::getColorCodeType()
    getColorCodeType() : Retrieve color code of the debug cell
getDatabaseName
in file debug.php, method Debug::getDatabaseName()
    getDatabaseName() : Get the name of database
getDebugLineString
in file debug.php, method DebugLine::getDebugLineString()
    getDebugLineString() : Return Formated debug infos
getDebugMode
in file debug.php, method Debug::getDebugMode()
    getDebugMode() : Return current debug mode
getElapsedTime
in file debug.php, method Debug::getElapsedTime()
    getElapsedTime() : get elapsed time between 2 timestamp
getMaxQueryLineLength
in file debug.php, method Debug::getMaxQueryLineLength()
    getMaxQueryLineLength() : Get max query line length
getMicroTime
in file debug.php, method Debug::getMicroTime()
    getMicroTime() : Return micotime from a timestamp
getPhpMyAdminStatus
in file debug.php, method Debug::getPhpMyAdminStatus()
    getPhpMyAdminStatus() : Get PhpmyAdmin status
getPhpMyAdminUrl
in file debug.php, method DebugLine::getPhpMyAdminUrl()
    getPhpMyAdminUrl() : Return url of PhpmyAdmin
getPhpMyAdminUrl
in file debug.php, method Debug::getPhpMyAdminUrl()
    getPhpMyAdminUrl() : Get the url of PhpmyAdmin
getProcessTime
in file debug.php, method Debug::getProcessTime()
    getProcessTime() : Get global process time
getTypeInSearch
in file debug.php, method Debug::getTypeInSearch()
    getTypeInSearch() : Retrieve if debug type is displayed in search mode
h

h

$HtmlPostCell
in file debug.php, variable DebugLine::$HtmlPostCell
    HTML Cell end code
$HtmlPreCell
in file debug.php, variable DebugLine::$HtmlPreCell
    HTML Cell start code
$HtmlTableEnd
in file debug.php, variable Debug::$HtmlTableEnd
    HTML end string to close HTML display for debug layout
$HtmlTableStart
in file debug.php, variable Debug::$HtmlTableStart
    HTML Start String
m

m

$maxQueryLineLength
in file debug.php, variable Debug::$maxQueryLineLength
    Max Length of query to display on a single line
p

p

$PhpMyAdminUrl
in file debug.php, variable Debug::$PhpMyAdminUrl
    Base URL of phpmyadmin
$PhpMyAdminUrl
in file debug.php, variable DebugLine::$PhpMyAdminUrl
    Base URL of phpmyadmin
parseSQL
in file debug.php, method Debug::parseSQL()
    parseSQL() : Function that parse a SQL String add a debug info if it is invalid
r

r

$RemoveTemplatesPattern
in file debug.php, variable Debug::$RemoveTemplatesPattern
    Enable or disable, pattern removing in included files
runUnitTests
in file debug.php, method Debug::runUnitTests()
    UniTtests() : Make the unit tests of the debug class
s

s

$ShowGlobals
in file debug.php, variable Debug::$ShowGlobals
    Enable or disable $globals var in debug
$ShowTemplates
in file debug.php, variable Debug::$ShowTemplates
    Enable or disable, included and required files
setBoldCodeType
in file debug.php, method Debug::setBoldCodeType()
    setBoldCodeType() : Set Bold cell status of a debug type
setColorCodeType
in file debug.php, method Debug::setColorCodeType()
    setColorCodeType() : Set color code of the debug cell type
setDatabaseName
in file debug.php, method Debug::setDatabaseName()
    setDatabaseName() : Set database name for phpmyadmin links
setDebugMode
in file debug.php, method Debug::setDebugMode()
    setDebugMode() : Set debug mode of Debug Object
setMaxQueryLineLength
in file debug.php, method Debug::setMaxQueryLineLength()
    setMaxQueryLineLength() : Set max query line length
setPhpMyAdminStatus
in file debug.php, method Debug::setPhpMyAdminStatus()
    setPhpMyAdminStatus($status) : Set status of phpmyadmin
setPhpMyAdminUrl
in file debug.php, method Debug::setPhpMyAdminUrl()
    setPhpMyAdminUrl() : Set the url of PhpmyAdmin
setProcessTime
in file debug.php, method DebugLine::setProcessTime()
    setProcessTime() : Process time string assignment function
setTypeInSearch
in file debug.php, method Debug::setTypeInSearch()
    setTypeInSearch() : Set if debug type is displayed in search mode
source.php
procedural page source.php
STR_N
in file debug.php, constant STR_N
    Eventual external constants
u

u

$UseRequestArr
in file debug.php, variable Debug::$UseRequestArr
    Enable or disable the use of $_REQUEST array instead of $_POST + _$GET + $_COOKIE + $_FILES
v

v

$ViewSourceScriptName
in file debug.php, variable Debug::$ViewSourceScriptName
    View Source script path
$ViewSourceScriptPath
in file debug.php, variable Debug::$ViewSourceScriptPath
    View Source script path
_

_

$_ProcessTimeString
in file debug.php, variable DebugLine::$_ProcessTimeString
    Process time infos if applicable

Documentation generated on Sun, 12 Jun 2005 14:52:13 +0200 by phpDocumentor 1.3.0RC3