Class: Debug
Source Location: /sources/debug.php
Debug : Class that provide a simple and fast way to debug a php application.
Author(s):
Version:
|
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$CellBoldStatus = array ( DBGLINE_STD => false,
DBGLINE_QUERY => true,
DBGLINE_QUERY_REL => false,
DBGLINE_ENV => false,
DBGLINE_CURRENTFILE => true,
DBGLINE_APPERROR => true,
DBGLINE_CREDITS => true,
DBGLINE_SEARCH => true,
DBGLINE_OBJECT => false,
DBGLINE_PROCESSPERF => false,
DBGLINE_TEMPLATES => false,
DBGLINE_PAGEACTION => true,
DBGLINE_ARRAY => false )
[line 316]
Bold style for DebugType : $DebugType => Bold Style
Tags:
$CellColors = array ( DBGLINE_STD => '#000000',
DBGLINE_QUERY => '#FFA500',
DBGLINE_QUERY_REL => '#228B22',
DBGLINE_ENV => '#FF0000',
DBGLINE_CURRENTFILE => '#000000',
DBGLINE_APPERROR => '#FF0000',
DBGLINE_CREDITS => '#000000',
DBGLINE_SEARCH => '#000000',
DBGLINE_OBJECT => '#000000',
DBGLINE_PROCESSPERF => '#000000',
DBGLINE_TEMPLATES => '#000000',
DBGLINE_PAGEACTION => '#708090',
DBGLINE_ARRAY => '#000000' )
[line 296]
Color for DebugType : $DebugType => Color Code of text
Tags:
$DatabaseName = 'mysql'
[line 364]
Name of database that we are working on
Tags:
$DebugMode = DBG_MODE_USERPERF
[line 140]
Debug Mode
Tags:
$DisableCredits = false
[line 158]
Enable or disable Credits in debug infos.
Tags:
$DisplayTypeInSearch = array ( DBGLINE_STD => false ,
DBGLINE_QUERY => false ,
DBGLINE_QUERY_REL => false ,
DBGLINE_ENV => false ,
DBGLINE_CURRENTFILE => true ,
DBGLINE_APPERROR => false ,
DBGLINE_CREDITS => true ,
DBGLINE_SEARCH => true ,
DBGLINE_OBJECT => false ,
DBGLINE_PROCESSPERF => true ,
DBGLINE_TEMPLATES => false ,
DBGLINE_PAGEACTION => false ,
DBGLINE_ARRAY => false )
[line 336]
Bold style for DebugType : $DebugType => Bold Style
Tags:
$EnableSearch = true
[line 264]
Enable or disable search in debug
Tags:
$HtmlTableEnd = '</table>'
[line 176]
HTML end string to close HTML display for debug layout
Tags:
$HtmlTableStart = '<br><table cellspacing="0" cellpading="0" border="1" width="100%">'
[line 168]
HTML Start String Start string of HTML layout
Tags:
$PhpMyAdminUrl = 'http://127.0.0.1/mysql'
[line 356]
Base URL of phpmyadmin
Tags:
$RemoveTemplatesPattern = false
[line 240]
Enable or disable, pattern removing in included files
Tags:
$ShowGlobals = false
[line 256]
Enable or disable $globals var in debug
Tags:
$ShowTemplates = true
[line 232]
Enable or disable, included and required files
Tags:
$UseRequestArr = false
[line 272]
Enable or disable the use of $_REQUEST array instead of $_POST + _$GET + $_COOKIE + $_FILES
Tags:
$ViewSourceScriptName = 'source.php'
[line 288]
View Source script path
Tags:
$ViewSourceScriptPath = '.'
[line 280]
View Source script path
Tags:
$_DataPerfQry = 0
[line 224]
Number of performed queries
Tags:
$_DataPerfTotal = 0
[line 216]
Global database process time
Tags:
$_DebugBuffer = array()
[line 149]
This is the array where debug line are.
Tags:
$_ProcessPerfEnd = 0
[line 208]
Debug End time
Tags:
$_ProcessPerfStart = 0
[line 200]
Debug Start time
Tags:
$_ProcessPerfStartGen = 0
[line 192]
General debug start time
Tags:
$_ProcessPerfStatus = false
[line 184]
Process perf status, 1 = a process is being running, 0 = no activity
Tags:
$_TemplatesPattern = array()
[line 248]
Pattern list to remove in the display of included files
Tags:
Class Methods
|
|