mojavi
[ class tree: mojavi ] [ index: mojavi ] [ all elements ]

Procedural File: Controller.class.php

Source Location: /Controller.class.php



Classes:

Controller
Controller dispatches requests to the proper action and controls application flow.


Page Details:



Includes:

require_once(USER_DIR.'SessionContainer.class.php') [line 183]





AUTH_DIR [line 22]

AUTH_DIR = OPT_DIR.'auth/'
Custom authentication handlers reside here.



This is defined as OPT_DIR/auth/.




Tags:

since:  2.0

[ Top ]



FILTER_DIR [line 34]

FILTER_DIR = OPT_DIR.'filters/'
Custom filters reside here.



This is defined as OPT_DIR/filters/.




Tags:

since:  2.0

[ Top ]



GET_FORMAT [line 166]

GET_FORMAT = 1
Format URL's in the typical GET style.



Example: index.php?module=Module&action=Action




Tags:

since:  1.0

[ Top ]



LIB_DIR [line 46]

LIB_DIR = BASE_DIR.'lib/'
Globally available library files reside here.



This is defined as BASE_DIR/lib/.




Tags:

since:  2.0

[ Top ]



LOGGING_DIR [line 58]

LOGGING_DIR = OPT_DIR.'logging/'
Custom logging utilities reside here.



This is defined as OPT_DIR/logging/.




Tags:

since:  2.0

[ Top ]



MODULE_DIR [line 70]

MODULE_DIR = BASE_DIR.'modules/'
Modules reside here.



This is defined as BASE_DIR/modules/.




Tags:

since:  2.0

[ Top ]



PATH_FORMAT [line 178]

PATH_FORMAT = 2
Format URL's in a search engine friendly style.



Example: index.php/module/Module/action/Action




Tags:

since:  1.0

[ Top ]



RENDERER_DIR [line 82]

RENDERER_DIR = OPT_DIR.'renderers/'
Custom renderers reside here.



This is defined as OPT_DIR/renderers/.




Tags:

since:  2.0

[ Top ]



SESSION_DIR [line 94]

SESSION_DIR = OPT_DIR.'session/'
Custom session handlers reside here.



This is defined as OPT_DIR/session/.




Tags:

since:  2.0

[ Top ]



SQL_DIR [line 106]

SQL_DIR = OPT_DIR.'sql/'
SQL utilities reside here.



This is defined as OPT_DIR/sql/.




Tags:

since:  2.0

[ Top ]



TEMPLATE_DIR [line 118]

TEMPLATE_DIR = BASE_DIR.'templates/'
Globally available templates reside here.



This is defined as BASE_DIR/templates/.




Tags:

since:  1.0

[ Top ]



USER_DIR [line 130]

USER_DIR = OPT_DIR.'user/'
Custom user persistence and security resides here.



This is defined as OPT_DIR/user/.




Tags:

since:  2.0

[ Top ]



UTIL_DIR [line 142]

UTIL_DIR = OPT_DIR.'util/'
Utility classes reside here.



This is defined as OPT_DIR/util/.




Tags:

since:  2.0

[ Top ]



VALIDATOR_DIR [line 154]

VALIDATOR_DIR = OPT_DIR.'validators/'
Custom validators reside here.



This is defined as OPT_DIR/validators/.




Tags:

since:  2.0

[ Top ]




Documentation generated on Wed, 15 Jun 2005 11:43:20 +0900 by phpDocumentor 1.2.3