-
$_bError
-
Flag about occured error
-
$_key
-
Key of configuration (could be a file or a md5 hash, depends on child class)
-
$_lifetime
-
Lifetime of cached data in seconds
-
$_oDB
-
Database instance
-
$_table
-
Name of table where the configuration is stored
-
__construct
-
Constructor of ConfigFileStorage, delegates parameter to parent.
-
__construct
-
Constructor of ConfigBaseAbstract, does some checks, stops further script execution if validation of arguments fails.
-
__construct
-
Constructor of ConfigDBStorage, delegates parameter to parent and sets some properties
-
__construct
-
Constructor, stores the reference to $GLOBALS into member variable _aData.
-
$_aConParams
-
Contenido related parameter array
-
$_aMrCfg
-
Mod Rewrite configuration
-
$_aParts
-
Extracted request uri path parts by path separator '/'
-
$_artSep
-
Contenido article separator
-
$_artWordSep
-
Contenido article word separator
-
$_aStack
-
Url stack array
-
$_aTab
-
Database tables array
-
$_aUrls
-
Array for urls
-
$_bError
-
Flag about occured errors
-
$_bIsXHTML
-
Is XHTML output?
-
$_bMREnabled
-
Is mod rewrite enabled?
-
$_bRoutingFound
-
Flag about found routing definition
-
$_catSep
-
Contenido category separator
-
$_catWordSep
-
Contenido category word separator
-
$_iClientMR
-
Client id used by this class
-
$_idLang
-
Language id
-
$_instance
-
Self instance
-
$_instance
-
Self instance
-
$_instance
-
Self instance (singleton implementation)
-
$_mrArtSep
-
AMR article separator
-
$_mrArtWordSep
-
AMR article word separator
-
$_mrCatSep
-
AMR category separator
-
$_mrCatWordSep
-
AMR category word separator
-
$_mrExt
-
AMR extension used for articlenames (e. g. .html)
-
$_oDb
-
Database object
-
$_oDebug
-
Debugger instance
-
$_oDebug
-
Debugger instance
-
$_oGlobals
-
Globals instance
-
$_sAmp
-
Ampersant used for composing several parameter value pairs
-
$_sArtName
-
Extracted article name from request uri
-
$_sIncommingUrl
-
Incomming URL
-
$_sPath
-
Remaining path for path resolver (see $GLOBALS['path'])
-
$_sResolvedUrl
-
Resolved URL
-
_actionIndex
-
-
_actionReset
-
-
_actionSave
-
-
_buildUrl
-
Builds the SEO-URL by analyzing passed arguments (parameter value pairs)
-
_chunkSetPrettyUrlParts
-
Main function to get the urlparts of urls.
-
_construct
-
Constructor, initializes parent.
-
_createUrlQueryPart
-
Loops thru passed parameter array and creates the query part of the URL.
-
_extractRequestUri
-
Extracts request URI and sets member variables $this->_sArtName and $this->_aParts
-
_extractUrl
-
Extracts passed url using parse_urla and adds also the 'params' array to it
-
_getArticleName
-
Returns articlename depending on current setting
-
_getClientParameter
-
Returns client id or name depending on settings.
-
_getLanguageParameter
-
Returns language id or name depending on settings.
-
_getPath
-
Returns composed path of url (normally the category structure)
-
_hasPartArrayItems
-
Returns state of parts property.
-
_inArticles
-
Check articles on websafe name
-
_inCategory
-
Check categories on websafe name
-
_initializeClientId
-
Tries to initialize the client id
-
_makeStackId
-
Extracts article or category related parameter from passed params array and generates an identifier.
-
_notifyBox
-
-
_parseUrl
-
Parses the url using defined separators
-
_postValidation
-
Does post validation of the extracted data.
-
_separatorModified
-
-
_setArticle
-
Set websafe name in article list
-
_setCategory
-
Set websafe name in category list
-
_setCategoryPath
-
Build and set recursiv path for mod_rewrite rule like server directories (dir1/dir2/dir3)
-
_setClientId
-
Sets client id
-
_setIdart
-
Sets article id
-
_setLanguageId
-
Sets language id
-
_setPathresolverSetting
-
Sets path resolver and category id
-
_toUrl
-
Converts passed url to a another url (Contenido to AMR and vice versa).
-
_toUrlName
-
Converts passed url name to a another url name (Contenido to AMR and vice versa).
-
_toUrlPath
-
Converts passed url path to a another url path (Contenido to AMR and vice versa).
-
__construct
-
Constructor, sets some properties.
-
__construct
-
Contructor, sets some AMR configuration related properties
-
__construct
-
Constructor, sets several properties.
-
__construct
-
Constructor, tries to set some member variables.
-
_getRequest
-
Minimalistic'n simple way to get request variables.
-
__construct
-
-
__construct
-
Constuctor
-
$_bInitialized
-
-
$_cfg
-
-
$_cfg
-
-
$_db
-
-
$_db
-
-
_inArticles
-
Check articles on websafe name
-
_inCategory
-
Check categories on websafe name
-
_setArticle
-
Set websafe name in article list
-
_setCategory
-
Set websafe name in category list
-
_setCategoryPath
-
Build and set recursiv path for mod_rewrite rule like server directories (dir1/dir2/dir3)
-
__construct
-
-
get
-
Method to get configuration, must be overwritten by child.
-
get
-
Reads content of configuration file and returns the content as a unserialized PHP variable.
-
get
-
Returns a instance of desired configuration class
-
get
-
Returns the configuration from db table
-
getExpires
-
Returns remained lifetime
-
getInstance
-
Returns a instance of Contenido_mpDebug (singleton implementation)
-
getInstance
-
Returns a instance of mpGlobals (singleton implementation)
-
getArtIdByArtlangId
-
Get article id and language id from article language id
-
getArtIdByWebsafeName
-
Get article id by article websafe name
-
getArtIds
-
Get article urlname and language id
-
getArtLangWebsafeName
-
Get article websafe name from idartlang.
-
getArtTitle
-
Get article name from article id and language id
-
getArtWebsafeName
-
Get article websafe name from article id and language id.
-
getCatIdByUrlPath
-
Funcion to return cat id by path.
-
getCatLanguages
-
Get language ids from category id
-
getCatName
-
Get category name from category id and language id.
-
getChangeClient
-
Getter for overwritten change client id (see $GLOBALS['changeclient'])
-
getChangeLang
-
Getter for change language id (see $GLOBALS['change_lang'])
-
getClient
-
Getter for overwritten client id (see $GLOBALS['client'])
-
getClientFullUrlParts
-
Splits passed argument into scheme://host and path/query.
-
getClientId
-
Get client id from client name
-
getClientName
-
Get name of client by id.
-
getConfig
-
Returns configuration of mod rewrite, content of gobal $cfg['mod_rewrite']
-
getIdArt
-
Getter for article id (see $GLOBALS['idart'])
-
getIdCat
-
Getter for category id (see $GLOBALS['idcat'])
-
getIdFromPathresolverResult
-
Used to postprocess resolved path
-
getInstance
-
Returns self instance (singleton pattern)
-
getInstance
-
Returns a instance of ModRewriteUrlStack (singleton implementation)
-
getInstance
-
Returns a instance of Contenido_UrlBuilder_MR
-
getLang
-
Getter for language id (see $GLOBALS['lang'])
-
getLanguageId
-
Get language id from language name thanks to Nicolas Dickinson for multi Client/Language BugFix
-
getLanguageName
-
Returns name of language by id.
-
getPath
-
Getter for path (see $GLOBALS['path'])
-
getPrettyUrlParts
-
Returns the pretty urlparts (only category path an article name) of the desired url.
-
getResolvedUrl
-
Getter for resolved url
-
getRoutingFoundState
-
Returns a flag about found routing definition
-
getReadableResolvedData
-
Creates a readable string from passed resolved data array.
-
getResolvedUrl
-
Returns resolved URL
-
getRoutingFoundState
-
Returns flagz about found routing
-
getDebugMsg
-
-
getInstaller
-
-
getSequenceId
-
-
mpGlobals
-
Globals array ($GLOBALS) manager class. Provides another way to access (reading/writing) to globals array.
-
ModRewrite
-
Class to create websafe names
-
ModRewriteBase
-
Abstract base mod rewrite class.
-
ModRewriteController
-
Mod Rewrite controller class. Extracts url parts and sets some necessary globals like:
-
ModRewriteInstaller
-
Installer for Advanced Mod Rewrite Plugin, used by plugin setup.
-
ModRewriteUrlStack
-
Mod rewrite url stack class. Provides features to collect urls and to get the pretty path and names of categories/articles at one go.
-
ModRewriteUrlUtil
-
Mod Rewrite url utility class. Handles convertion of Urls from contenido core based url composition pattern to AMR (Advanced Mod Rewrite) url composition pattern and vice versa.
-
mr_arrayValue
-
Returns value of an array key (assoziative or indexed).
-
mr_buildGeneratedCode
-
Replaces existing ancors inside passed code, while rebuilding the urls.
-
mr_buildNewUrl
-
Works as a wrapper for Contenido_Url.
-
mr_conCopyArtLang
-
Processes mod_rewrite related job for duplicated articles.
-
mr_conMoveArticles
-
Processes mod_rewrite related job for articles beeing moved.
-
mr_conSaveArticle
-
Processes mod_rewrite related job for saved articles (new or modified article).
-
mr_conSyncArticle
-
Processes mod_rewrite related job for synchronized articles.
-
mr_debugOutput
-
Debug output only during development
-
mr_header
-
Replaces calling of header method for redirects in front_content.php, used during development.
-
mr_i18n
-
Returns amr related translation text
-
mr_loadConfiguration
-
Loads Advanced Mod Rewrite configuration for passed client using serialized file containing the settings.
-
mr_queryAndNextRecord
-
Database query helper. Used to execute a select statement and to return the result of first recordset.
-
mr_removeMultipleChars
-
Cleanups passed string from characters beeing repeated two or more times
-
mr_requestCleanup
-
Request cleanup function. Request data is allways tainted and must be filtered.
-
mr_runFrontendController
-
Includes the frontend controller script which parses the url and extacts needed data like idcat, idart, lang and client from it.
-
mr_setClientLanguageId
-
Sets language of client, like done in front_content.php
-
mr_strCopyCategory
-
Processes mod_rewrite related job after copying a category subtree.
-
mr_strMovedownCategory
-
Processes mod_rewrite related job after moving a category down.
-
mr_strMoveSubtree
-
Processes mod_rewrite related job after moving a category subtree.
-
mr_strMoveUpCategory
-
Processes mod_rewrite related job after moving a category up.
-
mr_strNewCategory
-
Processes mod_rewrite related job for created new category.
-
mr_strNewTree
-
Processes mod_rewrite related job for created new tree.
-
mr_strRenameCategory
-
Processes mod_rewrite related job for renamed category.
-
$maxItems
-
-
mr_test.php
-
-
ModRewriteTest
-
Advanced Mod Rewrite test class.
-
ModRewriteTestActions
-
Simple action controller.
-
msg
-