Mod Rewrite controller class. Extracts url parts and sets some necessary globals like:
Located in /contenido/plugins/mod_rewrite/classes/class.modrewritecontroller.php (line 31)
ModRewriteBase | --ModRewriteController
Extracted request uri path parts by path separator '/'
Flag about occured errors
Flag about found routing definition
Client id used by this class
Extracted article name from request uri
Incomming URL
Remaining path for path resolver (see $GLOBALS['path'])
Resolved URL
Inherited from ModRewriteBase
ModRewriteBase::$_oDebug
ModRewriteBase::$_oGlobals
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'])
Returns a flag about found routing definition
return bool Flag about found routing
Extracts request URI and sets member variables $this->_sArtName and $this->_aParts
Parses the url using defined separators
Does post validation of the extracted data.
One main goal of this function is to prevent duplicated content, which could happen, if the configuration 'startfromroot' is activated.
Sets path resolver and category id
Inherited From ModRewriteBase
ModRewriteBase::getConfig()
ModRewriteBase::initialize()
ModRewriteBase::isEnabled()
Documentation generated on Tue, 25 Nov 2008 22:07:25 +0100 by phpDocumentor 1.4.1