Function Reference / configs

Extract config information when mutliple configs may exist such as for webcams, where there may be multiple feeds.

OVERVIEW

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

EXAMPLES

PHP

$webcams_feeds = zestoi_configs('webcams', 'local');

SMARTY

{configs var=webcams_feeds module=webcams scope=local}

RELATED