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-2006 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 _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 269)

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 93)

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
_parse (line 137)
  • 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 Wed, 07 Sep 2011 13:48:28 +0200 by phpDocumentor 1.4.3