__construct()
_init()
group()
load()
save()
parse_vars()
prep_vars()
$config
$ext
$identifier
$memcached
$vars
DB config data parser
__construct(string $identifier, array $vars)
stringConfig identifier name
arrayVariables to parse in the data retrieved
_init()
\FuelException |
|---|
group() : string
stringload(bool $overwrite, bool $cache) : array
boolWhether to overwrite existing values
boolThis parameter will ignore in this implement.
arraythe config arraysave(\Fuel\Core\$contents $contents)
\Fuel\Core\$contentsconfig array to save
\FuelException |
|---|
parse_vars(string $string) : string
Allows you to use something like %APPPATH% in non-PHP files.
stringString to parse
stringprep_vars(array $array) : array
arrayarray to be prepped
arrayprepped array$config : array
$ext
$identifier
$memcached : \Memcached
$vars