2017 © Pedro Peláez
 

yima-core-module yima-settings

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

image

rayamedia/yima-settings

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

  • Sunday, September 28, 2014
  • by Payam
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

this module is part of Yima Application Framework, (*1)

Need to give clients access to website configuration settings? Module To Managing site-wide settings via a single web page, (*2)

yimaSettings example screenshot, (*3)

Settings are exposed to the administration panel via a simple configuration format., (*4)

Module authors can also easily include their own specific configuration settings right from their module.config.php file., (*5)

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:, (*6)

require rayamedia/yima-settings in your composer.json, (*7)

Or clone to modules folder, (*8)

Enable module with name yimaSettings, (*9)

The Versions

28/09 2014

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

The Development Requires

by Payam Naderi

zf2 module raya media yima module