__construct()
group()
load()
save()
parse_vars()
prep_vars()
$database
$ext
$identifier
$table
$vars
DB config data parser
__construct(string $identifier, array $vars)
string
Config identifier name
array
Variables to parse in the data retrieved
group() : string
string
load(bool $overwrite, bool $cache) : array
bool
Whether to overwrite existing values
bool
This parameter will ignore in this implement.
\Database_Exception |
---|
array
the config arraysave(\Fuel\Core\$contents $contents) : bool
\Fuel\Core\$contents
config array to save
bool
DB resultparse_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$database
$ext
$identifier
$table
$vars