Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: function.config_load.php

Source Location: /bblog/smarty_plugins/function.config_load.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_function_config_load  [line 25]

void smarty_function_config_load( array $params, Smarty &$smarty  )

Smarty {config_load} function plugin

Type: function
Name: config_load
Purpose: load config file vars

Parameters:
array   $params:  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: 

Information Tags:
Link:  {config_load} (Smarty online manual)

[ Top ]