__construct()
_init()
group()
load()
save()
parse_vars()
prep_vars()
$config
$ext
$identifier
$memcached
$vars
DB config data parser
__construct(string $identifier, array $vars)
string
Config identifier name
array
Variables to parse in the data retrieved
_init()
\FuelException |
---|
group() : string
string
load(bool $overwrite, bool $cache) : array
bool
Whether to overwrite existing values
bool
This parameter will ignore in this implement.
array
the config arraysave(\Fuel\Core\$contents $contents)
\Fuel\Core\$contents
config array to save
\FuelException |
---|
parse_vars(string $string) : string
Allows you to use something like %APPPATH% in non-PHP files.
string
String to parse
string
prep_vars(array $array) : array
array
array to be prepped
array
prepped array$config : array
$ext
$identifier
$memcached : \Memcached
$vars