rayamedia/yima-settings

There is no license information available for the latest version (dev-master) of this package.

Yima Key/Value Based Setting Manager Module Based On ZF2.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yima-core-module

dev-master 2014-09-28 19:26 UTC

This package is auto-updated.

Last update: 2024-04-24 03:09:20 UTC


README

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