Class ApacheDpi
Core request: - linear request url parsing from $_SERVER into local properties describing url sections - params reading from $_GET/$_POST or direct input (in JSON or in query string) - params cleaning by developer rules
- MvcCore\Request
-
MvcCore\Ext\Request\ApacheDpi
Namespace: MvcCore\Ext\Request
Located at ext-request-apachedpi/src/MvcCore/Ext/Request/ApacheDpi.php
Located at ext-request-apachedpi/src/MvcCore/Ext/Request/ApacheDpi.php
protected
|
#
initBasePath( )
If there is used somewhere in .htaccess files structure any [DPI] flag end request is dispatched to another .htaccess with "discard path", there is necessary to complete request base path property more deeply. |
string |
VERSION
MvcCore Extension - Request ApacheDpi - version: Comparation by PHP function version_compare(); |
#
'4.2.0'
|
METHOD_GET,
METHOD_POST,
PROTOCOL_HTTP,
PROTOCOL_HTTPS
|
$AppRoot,
$BasePath,
$BaseUrl,
$DomainUrl,
$Fragment,
$FullUrl,
$Host,
$Lang,
$Locale,
$MediaSiteKey,
$Method,
$Params,
$Path,
$Port,
$Protocol,
$Query,
$Referer,
$RequestPath,
$RequestUrl,
$ScriptName,
$ServerName,
$appRequest,
$getGlobals,
$indexScriptName,
$postGlobals,
$serverGlobals
|