Class significantUrlEngine

Description

Implements interfaces:

an url engine to parse,analyse and create significant url

it needs an urls.xml file in the config directory (see documentation)

  • author: Laurent Jouanneau
  • copyright: 2005-2008 Laurent Jouanneau

Located in /plugins/urls/significant/significant.urls.php (line 72)


	
			
Variable Summary
Method Summary
jUrl create ( $urlact, jUrlAction $url)
jUrlAction parse (string $scriptNamePath, string $pathinfo, array $params)
jUrlAction parseFromRequest (jRequest $request, array $params)
jUrlAction _parse (string $scriptNamePath, string $pathinfo, array $params)
Variables
array $dataCreateUrl = null (line 78)

data to create significant url

  • access: protected
array $dataParseUrl = null (line 84)

data to parse and anaylise significant url, and to determine action, module etc..

  • access: protected
Methods
create (line 282)

Create a jurl object with the given action data

  • return: the url correspondant to the action
  • author: Laurent Jouanneau
  • copyright: 2005 CopixTeam, 2005-2006 Laurent Jouanneau very few lines of code are copyrighted by CopixTeam, written by Laurent Jouanneau and released under GNU Lesser General Public Licence, in an experimental version of Copix Framework v2.3dev20050901, http://www.copix.org.
  • access: public
jUrl create ( $urlact, jUrlAction $url)
  • jUrlAction $url: information about the action
  • $urlact

Implementation of:
jIUrlEngine::create()
Create a jurl object with the given action data
parse (line 121)

Parse some url components

  • access: public
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)

Implementation of:
jIUrlEngine::parse()
Parse some url components
parseFromRequest (line 93)

Parse a url from the request

  • since: 1.1
  • access: public
jUrlAction parseFromRequest (jRequest $request, array $params)
  • jRequest $request
  • array $params: url parameters

Implementation of:
jIUrlEngine::parseFromRequest()
Parse a url from the request
_parse (line 158)
  • access: protected
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)

Documentation generated on Thu, 22 Mar 2012 22:18:07 +0100 by phpDocumentor 1.4.3