simple url engine generated url are "dirty" jelix url, with full of parameter in the query (module, action etc.
.)
| package |
jelix |
|---|---|
| subpackage |
urls_engine |
| see | |
| deprecated | 1.4 |
create(\jUrlAction $urlact) : \jUrl
getBasePath(string $requestType, string $module = null, string $action = null) : string
string
string
string
stringthe url base path
getScript(string $requestType, string $module = null, string $action = null) : string
string
string
string
stringthe script path
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
urlspe :
urlhttps :