JRouterClass to create and parse routes
Located in /libraries/cms/router/router.php (line 25)
| Class | Description | 
|---|---|
						 
						JRouterInstallation
					 | 
					Class to create and parse routes | 
						 
						JRouterAdministrator
					 | 
					Class to create and parse routes | 
						 
						JRouterSite
					 | 
					Class to create and parse routes for the site application | 
		
			static array
			$instances
			 = array()			(line 90)
		
	JRouter instances container.
		
			integer
			$mode
			 =  null			(line 33)
		
	The rewrite mode
		
			array
			$rules
			 = array(
An array of rules
		
			array
			$vars
			 = array()			(line 50)
		
	An array of variables
		
			integer
			$_mode
			 =  null			(line 42)
		
	The rewrite mode
		
			array
			$_rules
			 = array(
An array of rules
		
			array
			$_vars
			 = array()			(line 59)
		
	An array of variables
Returns the global JRouter object, only creating it if it doesn't already exist.
Class constructor
Attach a build rule
Attach a parse rule
Function to convert an internal URI to a route
Function to build a raw route
Function to build a sef route
Create a uri based on a full or partial url string
Decode route segments
Encode route segments
Get a router variable
Function to convert a route to an internal URI
Function to convert a raw route to an internal URI
Function to convert a sef route to an internal URI
Process the build uri query data based on custom defined rules
Process the parsed router variables based on custom defined rules
Set the router mode
Set a router variable, creating it if it doesn't exist
Set the router variable array
Function to build a raw route
Function to build a sef route
Create a uri based on a full or partial url string
Decode route segments
Encode route segments
Function to convert a raw route to an internal URI
Function to convert a sef route to an internal URI
Process the build uri query data based on custom defined rules
Documentation generated on Tue, 19 Nov 2013 15:12:28 +0100 by phpDocumentor 1.4.3