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)
array
what to autoload
clean_path(string $path) : string
string
the filepath
string
the clean pathfinish() : void
access | public |
---|
init($config) : void
This can only be called once.
access | public |
---|
load(string $file) : mixed
string
the path to the file
mixed
the results of the includevalue(mixed $var) : mixed
mixed
The value to get
mixed
generate_base_url() : string
string
the 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