include/Smarty/plugins/function.config_load.php
Smarty plugin
- Package
- Smarty
- Subpackage
- plugins
Functions
smarty_function_config_load(
array $params, $smarty
)
:
void
Smarty {config_load} function plugin
Type: function
Name: config_load
Purpose: load config file vars
Name | Type | Description |
---|---|---|
$params | array | Format: array('file' => required config file name, 'section' => optional config file section to load 'scope' => local/parent/global 'global' => overrides scope, setting to parent if true) |
$smarty | Smarty |
- Author
- Monte Ohrt
- Author
- messju mohr
(added use of resources) - Link
- {config_load} (Smarty online manual)