an url engine to parse,analyse and create significant url it needs an urls.xml file in the config directory (see documentation)
| package |
jelix |
|---|---|
| subpackage |
urls_engine |
| author |
Laurent Jouanneau |
| copyright |
2005-2011 Laurent Jouanneau |
_parse(string $scriptNamePath, string $pathinfo, array $params, boolean $isHttps) : \jUrlAction
string/path/index.php
stringthe path info part of the url (part between script name and query)
arrayurl parameters (query part e.g. $_REQUEST)
booleansays if the given url is asked with https or not
\jUrlAction
parse(string $scriptNamePath, string $pathinfo, array $params) : \jUrlAction
string/path/index.php
stringthe path info part of the url (part between script name and query)
arrayurl parameters (query part e.g. $_REQUEST)
\jUrlAction
parseFromRequest(\jRequest $request, array $params) : \jUrlAction
dataCreateUrl : array
| var |
|---|
array
dataParseUrl : array
.
| var |
|---|
array