Create a jurl object with the given action data
	
	
	
	
			
					- 
				jUrlAction
				$url: information about the action			
- 
				
				$urlact			
 
	
	 
	
	
Parse some url components
	
	
	
		jUrlAction
		
			parse
		
					(
string $scriptNamePath, 
string $pathinfo, 
array $params)
			
 
	
			
					- 
				string
				$scriptNamePath: /path/index.php			
- 
				string
				$pathinfo: the path info part of the url (part between script name and query)			
- 
				array
				$params: url parameters (query part e.g. $_REQUEST)			
 
	
	 
	
	
Parse a url from the request
	
	
	
	
			
					- 
				jRequest
				$request			
- 
				array
				$params: url parameters