Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.11 KB

Key:Value Settings Module

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

yimaSettings example screenshot

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.

Get Settings Service

From Service Manager
$yimaSettings = $serviceManager->get('yimaSettings');
As Controller Plugin
$yimaSettings = $this->settingHelper();
As ViewRenderer Plugin
$yimaSettings = $this->settingHelper();

Documentation TODO

  • settings configuration
  • how to access settings saved data
  • save data to settings

Installation

Composer installation:

require rayamedia/yima-settings in your composer.json

Or clone to modules folder

Enable module with name yimaSettings