/ddt/ddt.phpDebug and Error Message functions.
These functions implement a procedural version of the formVista DDT debug message system.
dumpmsg (line 68)
dumps message to stdout or log file depending upon global.
checks $fvDEBUG["logfile"] global for name of file to dump messages to. Opens the file once.
errorEcho (line 211)
_ddt (line 112)
displays a formatted debugging message.
If ddtOn() was called, outputs a formatted debugging message.
_ddtArray (line 150)
displays a formatted dump of an associative array.
If ddtOn() was called, outputs a formatted debugging message showing contents of array.
_ddtOn (line 237)
turns on procedural debugging.
Causes _ddt() calls to display debugging messages.
_ddtSetCmdLine (line 287)
set debugging output style to command line.
tells ddt to format debugging messages for a command line program.
_error (line 178)
Central Error Function.
Displays a formatted error message to the user. If the global _DDT_ERROR_LOG is set the error message is dumped to that file instead of being displayed to the user.
_setDebugLog (line 271)
set output file for debugging messages.
sets the destination file for debugging messages.
_setErrorLog (line 254)
set error message destination.
sets the destination for error messages.
Documentation generated on Sat, 31 Dec 2005 14:56:52 -0500 by phpDocumentor 1.3.0RC3