jIUrlEngine

Extends

interface for url engines

package

jelix

subpackage

core_url

author

Laurent Jouanneau

copyright

2005 CopixTeam, 2005-2006 Laurent Jouanneau

Methods

Create a jurl object with the given action data

create( $urlact) : \jUrl

Arguments

$urlact

Response

\jUrl

the url correspondant to the action

Parse some url components

parse(string $scriptNamePath, string $pathinfo, array $params) : \jUrlAction

Arguments

$scriptNamePath

string

/path/index.php

$pathinfo

string

the path info part of the url (part between script name and query)

$params

array

url parameters (query part e.g. $_REQUEST)

Response

\jUrlAction

Parse a url from the request

parseFromRequest(\jRequest $request, array $params) : \jUrlAction
since 1.1

Arguments

$request

\jRequest

$params

array

url parameters

Response

\jUrlAction