Nexista_DebugThis class Nexista_provides some debugging functions
Located in /kernel/debug.php (line 20)
static args (line 53)
Prints out the arguments from a function
static dump (line 30)
Pretty prints an array
static getMicrotime (line 161)
Returns current time in seconds
static message (line 145)
Logs a generic debug message
This function accepts a message that can be used to debug or trace script flow. Depending on the setting of
static profile (line 175)
Calculates elapsed time
static register (line 91)
Registers current active module
This function is used to register the name of the current active module/function in order to help trace debugging and profiling. $type determines the type of message: 'in' - sets function entry 'out' - sets function exit - prints elapsed time
Documentation generated on Tue, 11 Mar 2008 23:22:57 -0400 for Nexista 0.2.0