always_load()
clean_path()
finish()
init()
load()
value()
generate_base_url()
__construct()
$encoding
$env
$initialized
$is_cli
$is_test
$locale
$profiling
$timezone
$volatile_paths
$_paths
$packages
DEVELOPMENT
L_ALL
L_DEBUG
L_ERROR
L_INFO
L_NONE
L_WARNING
PRODUCTION
STAGING
TEST
VERSION
The core of the framework.
| package | Fuel | 
|---|---|
| subpackage | Core | 
always_load(array $array)
arraywhat to autoload
clean_path(string $path) : string
stringthe filepath
stringthe clean pathfinish() : void
| access | public | 
|---|
init($config) : void
This can only be called once.
| access | public | 
|---|
load(string $file) : mixed
stringthe path to the file
mixedthe results of the includevalue(mixed $var) : mixed
mixedThe value to get
mixedgenerate_base_url() : string
stringthe base url__construct()
$encoding
$env : string
$initialized : bool
$is_cli
$is_test
$locale
$profiling : bool
$timezone
$volatile_paths
$_paths
$packages
DEVELOPMENT : string
L_ALL : int
L_DEBUG : int
L_ERROR : int
L_INFO : int
L_NONE : int
L_WARNING : int
PRODUCTION : string
STAGING : string
TEST : string
VERSION : string