const.Debug.php File Reference

Go to the source code of this file.

Enumerations

enum  DEBUG_GOTO
 if this constant is true, the framework displays an alert (each time that the function GoTo() is called More...
enum  DEBUG_STATEVARS
 if this constant is true, the framework outputs the state variables of each webox in HTML format More...
enum  DEBUG_TEMPLATES
 if this constant is true, the framework outputs the tree structure of the templates of the page More...
enum  DEBUG_INCLUDES
 if this constant is true, the framework outputs a box around each file that is included in the page More...
enum  DEBUG_WEBOBJECTS
 if this constant is true, the framework outputs a box around each webobject that is used in the page More...
enum  DEBUG_RECORDSETS
 if this constant is true, the framework outputs all the recordsets of the page and their contents More...
enum  EXECUTION_TIME_INFO
 if this constant is true, the framework outputs information about the execution time of several processes More...
enum  SHOW_EXTERNAL_LINK
 If this constant is true, the framework outputs the external link that can be used to jump right to the current page of the application from any external page. More...
enum  SHOW_ERROR_MESSAGES
 if this constant is false than the framework suppresses all the error and warning messages (that are generated by the framework); usually this is true during the development and is switched to false when the application is deployed, in order not to confuse the users of the application with error messages that have no meaning for them More...


Enumeration Type Documentation

enum DEBUG_GOTO
 

if this constant is true, the framework displays an alert (each time that the function GoTo() is called

Definition at line 10 of file const.Debug.php.

enum DEBUG_STATEVARS
 

if this constant is true, the framework outputs the state variables of each webox in HTML format

Definition at line 16 of file const.Debug.php.

enum DEBUG_TEMPLATES
 

if this constant is true, the framework outputs the tree structure of the templates of the page

Definition at line 22 of file const.Debug.php.

enum DEBUG_INCLUDES
 

if this constant is true, the framework outputs a box around each file that is included in the page

Definition at line 28 of file const.Debug.php.

enum DEBUG_WEBOBJECTS
 

if this constant is true, the framework outputs a box around each webobject that is used in the page

Definition at line 34 of file const.Debug.php.

enum DEBUG_RECORDSETS
 

if this constant is true, the framework outputs all the recordsets of the page and their contents

Definition at line 40 of file const.Debug.php.

enum EXECUTION_TIME_INFO
 

if this constant is true, the framework outputs information about the execution time of several processes

Definition at line 46 of file const.Debug.php.

enum SHOW_EXTERNAL_LINK
 

If this constant is true, the framework outputs the external link that can be used to jump right to the current page of the application from any external page.

See also DISPLAY_CGI_VARS at const.Options.php.

Definition at line 54 of file const.Debug.php.

enum SHOW_ERROR_MESSAGES
 

if this constant is false than the framework suppresses all the error and warning messages (that are generated by the framework); usually this is true during the development and is switched to false when the application is deployed, in order not to confuse the users of the application with error messages that have no meaning for them

Definition at line 64 of file const.Debug.php.


Generated on Fri Jan 20 10:34:52 2006 for HGSM by  doxygen 1.4.5