The main class to start an application using WebLab Framework

author Jorgen Evens
package WebLab

 Methods

Application constructor

__construct(string $config) 

Parameters

$config

string

Path to configuration file.

Returns the application currently running.

getApplication() : \WebLab_Application
Static

Starts the application

run() 

Require a php file.

acquire(string $location) 

Parameters

$location

string

The file to require.

 Properties

 

$_self : \WebLab_Application