Overview

Namespaces

  • MvcCore
    • Ext
      • Auth
        • Virtual
      • Debug
        • Tracy
      • Form
        • Core
        • Validators
      • Request
      • Router
        • Lang
      • View
        • Helpers
  • None

Classes

  • ApacheDpi
  • Cli
  • Overview
  • Namespace
  • Class
  • Tree

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
Extended by MvcCore\Ext\Request\ApacheDpi
Namespace: MvcCore\Ext\Request
Located at ext-request-apachedpi/src/MvcCore/Ext/Request/ApacheDpi.php
Methods summary
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.

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.

See

http://httpd.apache.org/docs/current/rewrite/flags.html#flag_dpi

Overrides

MvcCore\Request::initBasePath()
Methods inherited from MvcCore\Request
GetInstance(), GetParam(), IsAppRequest(), SetParam(), __call(), __construct(), __get(), __set(), initAppRoot(), initHttpParams(), initMethod(), initParsedUrlSegments(), initPath(), initProtocol(), initReferer(), initScriptName(), initUrlCompositions()
Constants summary
string VERSION

MvcCore Extension - Request ApacheDpi - version: Comparation by PHP function version_compare();

MvcCore Extension - Request ApacheDpi - version: Comparation by PHP function version_compare();

See

http://php.net/manual/en/function.version-compare.php
# '4.2.0'
Constants inherited from MvcCore\Request
METHOD_GET, METHOD_POST, PROTOCOL_HTTP, PROTOCOL_HTTPS
Properties inherited from MvcCore\Request
$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
MvcCore API documentation generated by ApiGen