configINC.php stores site-wide configuration settings & functions
Stores data like support email address, SUPPORTEMAIL and functions like my_error_handler() which over-rides the default error handler of PHP.
email of site support
If true, will over-ride page specific MyDebug, and make private all errors
Create an error code out of the file name and line number of our error
Will make upper case, strip out the vowels and create an error of the file name (minus extension & vowels) + "x" + line number of error
Example: CNFGNCx41
The above would be the example for this file, plus an error at line 41 This allows a user to report an error that identifies it, without compromising site security
Overrides PHP's default error handler
Inherits error info from default handler and allows us to display custom error messages if these global booleans are both true:
Print a customized public error message
Will use a custom error code created by calling createErrorCode() function, and display to user
Example: CNFGNCx41
The above would be the example for this file, plus an error at line 41 This allows a user to report an error that identifies it, without compromising site security
Documentation generated on Sat, 03 May 2008 19:47:45 -0700 by phpDocumentor 1.4.1