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