this module is part of Yima Application Framework
Need to give clients access to website configuration settings? Module To Managing site-wide settings via a single web page
Settings are exposed to the administration panel via a simple configuration format.
Module authors can also easily include their own specific configuration settings right from their module.config.php file.
$yimaSettings = $serviceManager->get('yimaSettings');
$yimaSettings = $this->settingHelper();
$yimaSettings = $this->settingHelper();
- settings configuration
- how to access settings saved data
- save data to settings
Composer installation:
require rayamedia/yima-settings
in your composer.json
Or clone to modules folder
Enable module with name yimaSettings