Function Reference / config

Extract zestoi config information where a single config file exists.

OVERVIEW

PHParray zestoi_config(string $module, string $scope)
SMARTY{config var=NAME module=MODULE scope=SCOPE}

EXAMPLES

PHP

$site_config = zestoi_config('base', 'global');
$webcams_config = zestoi_config('webcams', 'global');
$videos_config = zestoi_config('videos', 'global');

SMARTY

{config var=my_site_config module=base scope=global}

RELATED