author Jorgen Evens
package WebLab
subpackage Loader

 Methods

Initialize the application

__construct() 

Parse path, create an absolute path.

_parse_path(string $path) : string

Parameters

$path

string

Relative path as supplied in configuration

Returns

stringThe absolute path generated.

Start application by running every method in the Loader configuration.

start() 

Call method in the Loader configuration

_call(string $method) : boolean

Parameters

$method

string

Methods to invoke.

Returns

booleanIf loading succeeded.

Include other application folders.

_include() 

 Properties

 

$_config : object