Class cUriBuilderCustomPath
Custom path uri builder class. Implementation to build URL in style index-a-1.html with category path (/category/subcategory/index-a-1.html).
- cUriBuilder
- cUriBuilderCustomPath
Package: Core\Frontend\URI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rudi Bieller
Located at classes/uri/class.uribuilder.custompath.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Rudi Bieller
Located at classes/uri/class.uribuilder.custompath.php
private
|
|
public static
obj
|
|
public
|
#
buildUrl( array $aParams, boolean $bUseAbsolutePath = false, array $aConfig = array() )
Builds a URL in index-a-1.html style. Index keys of $aParams will be used as "a", corresponding values as "1" in this sample. For creating the location string $aParams needs to have keys idcat, level, lang and at least one custom key. If level is not set, level 0 will be used as default. |
getHttpBasePath(),
getUrl(),
setHttpBasePath()
|
private static
|
$_instance |
|
#
Self instance |
private
array
|
$aConfig |
|
#
Configuration |
$sHttpBasePath,
$sUrl
|