File/config/const.Debug.php

Description

The following constants are debug constants.

Constants
DEBUG_GOTO = false (line 10)

if this constant is true, the framework displays an alert

(each time that the function GoTo() is called

DEBUG_INCLUDES = false (line 28)

if this constant is true, the framework outputs a box

around each file that is included in the page

DEBUG_RECORDSETS = false (line 40)

if this constant is true, the framework outputs all the

recordsets of the page and their contents

DEBUG_STATEVARS = false (line 16)

if this constant is true, the framework outputs the state

variables of each webox in HTML format

DEBUG_TEMPLATES = false (line 22)

if this constant is true, the framework outputs the tree

structure of the templates of the page

DEBUG_WEBOBJECTS = false (line 34)

if this constant is true, the framework outputs a box

around each webobject that is used in the page

EXECUTION_TIME_INFO = false (line 46)

if this constant is true, the framework outputs information

about the execution time of several processes

SHOW_ERROR_MESSAGES = true (line 64)

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

SHOW_EXTERNAL_LINK = false (line 54)

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.

Documentation generated on Wed, 09 Jan 2008 08:26:51 +0100 by phpDocumentor 1.3.2