ModRewriteControllerMod Rewrite controller class. Extracts url parts and sets some necessary globals like:
Located in /classes/class.modrewritecontroller.php (line 26)
array
$_aCfg
(line 33)
Contenido configuration array (see $GLOBALS['cfg'])
array
$_aCfgMR
(line 40)
Mod Rewrite configuration array (see $GLOBALS['cfg']['mod_rewrite'])
array
$_aParts
(line 47)
Extracted request uri path parts by path separator '/'
bool
$_bError
= false (line 75)
Flag about occured errors
int
$_iClientMR
(line 68)
Client id used by this class
string
$_sArtName
(line 54)
Extracted article name from request uri
string
$_sPath
(line 61)
Remaining path for path resolver (see $GLOBALS['path'])
Constructor, sets several properties.
Main function to call for mod rewrite related preprocessing jobs.
Executes some private functions to extract request uri and to set needed membervariables (client, language, article id, category id, etc.)
Getter for overwritten change client id (see $GLOBALS['changeclient'])
Getter for change language id (see $GLOBALS['change_lang'])
Extracts request uri and sets member variables $this->_sArtName and $this->_aParts
Overrides local mod rewrite cfg settings with client settings from database
Preprocesses article name and parts list, sets article name and parts list if settings for usage of categories as a html file is active and valid.
Sets path resolver and category id
Documentation generated on Sun, 20 Jul 2008 16:26:41 +0200 by phpDocumentor 1.4.0