App
in package
App
The front controller contains links to the main objects (singletons) for managing the state of the application. It also initializes the session and transfers control to the router.
Table of Contents
Properties
Methods
- init() : void
- Application initialization.
Properties
$db
public
static Db
$db
$document
public
static Document
$document
$response
public
static Response
$response
$router
public
static Router
$router
$user
public
static User
$user
$view
public
static View
$view
Methods
init()
Application initialization.
public
static init() : void