Go to the source code of this file.
Enumerations | |
enum | FIRSTPAGE |
The constants defined in this file change the behaviour of the framework. More... | |
enum | USES_DB |
if this constant is true, the framework will load the DB component and will open a default connection with the db specified in the file 'config/const.DB.php' More... | |
enum | DB_TYPE |
this constant defines the type of DB that the application uses it can be: "MySQL", "Oracle", "ODBC", "ProgreSQL", etc. More... | |
enum | NULL_VALUE |
This constant is the value returned by the framework for a DB variable that has a NULL value. More... | |
enum | VAR_NOT_FOUND |
This constant sets the format of the error message that is displayed when a {{variable}} is not found. More... | |
enum | DISPLAY_CGI_VARS |
When this constant is true, then the CGI vars are displayed at the URL window of the browser. More... | |
enum | APP_CONFIG_FILE |
The file that contains additional configuration options, which are specific for the application. More... |
enum FIRSTPAGE |
The constants defined in this file change the behaviour of the framework.
You can change the values of the constants according to the instructions given in comments. This is the first page of the application. The framework looks for it at the template folder (specified by TPL).
Definition at line 12 of file const.Options.php.
enum USES_DB |
if this constant is true, the framework will load the DB component and will open a default connection with the db specified in the file 'config/const.DB.php'
Definition at line 19 of file const.Options.php.
enum DB_TYPE |
this constant defines the type of DB that the application uses it can be: "MySQL", "Oracle", "ODBC", "ProgreSQL", etc.
(except "MySQL", the others are not implemented yet)
Definition at line 26 of file const.Options.php.
enum NULL_VALUE |
This constant is the value returned by the framework for a DB variable that has a NULL value.
It can be "", "NULL", NULL, etc.
Definition at line 33 of file const.Options.php.
enum VAR_NOT_FOUND |
This constant sets the format of the error message that is displayed when a {{variable}} is not found.
'var_name' is replaced by the actual variable name. Examples: "'var_name' is not defined", "", "undefined", etc. It cannot contain "{{var_name}}" inside.
Definition at line 41 of file const.Options.php.
enum DISPLAY_CGI_VARS |
When this constant is true, then the CGI vars are displayed at the URL window of the browser.
See also SHOW_EXTERNAL_LINK at const.Debug.php.
Definition at line 48 of file const.Options.php.
enum APP_CONFIG_FILE |
The file that contains additional configuration options, which are specific for the application.
Definition at line 54 of file const.Options.php.