Class Application
Base class for Construct application
Namespace: Construct
Constants:
string |
ASSETS_DIR
|
'assets' |
Methods:
string getVersion( )
Get framework version
Return values:
string
|
Construct\Response\Json
|Construct\Response\Layout
|Construct\Response\PageNotFound
|Construct\Response\Redirect
|string handleRequest( Construct\Request
$request , [ array $options = array() ] , [ boolean $subrequest = true ] )
Handle HMVC request
Parameters:
$request
|
array $options
|
boolean $subrequest
|
Return values:
|
Throws:
|
string getSecurityToken( )
Get security token used to prevent cross site scripting attacks
Return values:
string security token
|