NewsFeaturesDownloadsDevelopmentSupportAbout Us

lifetype/branches/lifetype-1.0.6/debug.php File Reference

Go to the source code of this file.


Enumerations

enum  DEBUG_ENABLED

Functions

 _debug ($params)
 __debug ($params)
 table_var_dump ($variable)
 string_var_dump ($variable)

Enumeration Type Documentation

set this to 'false' to disable all debugging output

Definition at line 15 of file debug.php.


Function Documentation

__debug ( params  ) 

Definition at line 23 of file debug.php.

References $params, print, and table_var_dump().

_debug ( params  ) 

Definition at line 17 of file debug.php.

References $params, and LoggerManager.getLogger().

string_var_dump ( variable  ) 

Definition at line 132 of file debug.php.

Referenced by table_var_dump().

table_var_dump ( variable  ) 

Definition at line 78 of file debug.php.

References string_var_dump().

Referenced by __debug().