Class cUriBuilderFrontcontent
Implementation to build front_content.php URL
- cUriBuilder
 - 
			
cUriBuilderFrontcontent			
			
			
		 
		
		
		
		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.frontcontent.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.frontcontent.php
			 private 
			
			
			
		 | 
		|
			 public static
			
		 | 
		|
			 public 
			
			
			
		 | 
		
		#
		 buildUrl( array $aParams, boolean $bUseAbsolutePath = false, array $aConfig = array() )
		Builds a URL in front_content.php style. Depending on which array keys of $aParams are set, the URL is built differently. Valid array keys are: idcat, idart and idcatart. Additional array keys will also be added to the generated url. Internally, the method first tries to create URLs in this order: front_content.php?idcat=1&idart=1 front_content.php?idcat=1 front_content.php?idart=1 front_content.php?idcatart=1  | 
	
			getHttpBasePath(), 
			getUrl(), 
			setHttpBasePath()
		 | 
	
			private static 
			 | 
		
				$_instance
			 Self instance  | 
		|
			private  
			string
		 | 
		
				$_sAmp
			 XHTML compliant parameter composition delimiter  | 
		
			 
				#
				 
		'&'
			 | 
	
			$sHttpBasePath, 
			$sUrl
		 |