Element index for package PHP_Debug
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ p ]
[ r ]
[ s ]
[ u ]
[ v ]
[ _ ]
_
- $_DataPerfQry
- in file debug.php, variable Debug::$_DataPerfQry
Number of performed queries
- $_DataPerfTotal
- in file debug.php, variable Debug::$_DataPerfTotal
Global database process time
- $_DebugBuffer
- in file debug.php, variable Debug::$_DebugBuffer
This is the array where debug line are.
- $_DebugString
- in file debug.php, variable DebugLine::$_DebugString
String that store non formatted debug info
- $_File
- in file debug.php, variable DebugLine::$_File
File of debug info
- $_Line
- in file debug.php, variable DebugLine::$_Line
Line of debug info
- $_LineTitle
- in file debug.php, variable DebugLine::$_LineTitle
Title of debug line ( Object var )
- $_Location
- in file debug.php, variable DebugLine::$_Location
Complete Location ( formatted ) of debug infos ( Line + File )
- $_ProcessPerfEnd
- in file debug.php, variable Debug::$_ProcessPerfEnd
Debug End time
- $_ProcessPerfStart
- in file debug.php, variable Debug::$_ProcessPerfStart
Debug Start time
- $_ProcessPerfStartGen
- in file debug.php, variable Debug::$_ProcessPerfStartGen
General debug start time
- $_ProcessPerfStatus
- in file debug.php, variable Debug::$_ProcessPerfStatus
Process perf status, 1 = a process is being running, 0 = no activity
- $_TemplatesPattern
- in file debug.php, variable Debug::$_TemplatesPattern
Pattern list to remove in the display of included files
- _addProcessTime
- in file debug.php, method Debug::_addProcessTime()
_addProcessTime() : Add the process time information to the debug infos
- _addSuperArray
- in file debug.php, method Debug::_addSuperArray()
addSuperArray() : Add a super array to the debug informations
- _BuildDebugLineLocation
- in file debug.php, method DebugLine::_BuildDebugLineLocation()
_BuildDebugLineLocation() : Retrieve Localisation of debug info
- _BuildDisplayString
- in file debug.php, method DebugLine::_BuildDisplayString()
_BuildDisplayString() : Builds the formatted debug line
- _BuildHtmlPreCell
- in file debug.php, method DebugLine::_BuildHtmlPreCell()
_BuildHtmlPreCell() : Build HTML pre cell with backgroud attributes
- _getLastDebugLineID
- in file debug.php, method Debug::_getLastDebugLineID()
getLastDebugLineID : Retrieve the ID of last debugline type in _DebugBuffer array
- _IncludeRequiredFiles
- in file debug.php, method Debug::_IncludeRequiredFiles()
_IncludeRequiredFiles() : Build debug line with all included or required files for current file.
- _StopProcessTime
- in file debug.php, method Debug::_StopProcessTime()
_StopProcessTime() : Fix the end time of process
top
a
- 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.
top
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
- CR
- in file debug.php, constant CR
top
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
- $DebugType
- in file debug.php, variable DebugLine::$DebugType
Debug Type
- $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_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_STD
- in file debug.php, constant DBGLINE_STD
DEBUG LINE Types
- 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 environment Super array
- 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, class Debug
Debug : Class that provide a simple and fast way to debug a php application.
- Debug
- in file debug.php, method Debug::Debug()
Debug() : Constructor of Debug object
- DebugDisplay
- in file debug.php, method Debug::DebugDisplay()
DebugDisplay() : This is the funtcion to display debug infos
- DebugLine
- in file debug.php, method DebugLine::DebugLine()
DebugLine() Constructor of class
- DebugLine
- in file debug.php, class DebugLine
DebugLine : Class that describe a debug line inforlations
- 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.php
- procedural page debug_test.php
top
top
top
top
top
top
top
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
- setDebugMode
- in file debug.php, method Debug::setDebugMode()
setDebugMode() : Set debug mode of Debug Object
- setPhpMyAdminUrl
- in file debug.php, method DebugLine::setPhpMyAdminUrl()
setPhpMyAdminUrl() : Set the url of PhpmyAdmin
- source.php
- procedural page source.php
- STR_N
- in file debug.php, constant STR_N
Eventual external constants
top
u
- $UseRequestArr
- in file debug.php, variable Debug::$UseRequestArr
Enable or disable the use of $_REQUEST array instead of $_POST + _$GET + $_COOKIE + $_FILES
- UnitTests
- in file debug.php, method Debug::UnitTests()
UniTtests() : Make the unit tests of the debug class
top
top
|
|