2017 © Pedro Peláez
 

library config

Config component of the Pyntax Framework

image

pyntax/config

Config component of the Pyntax Framework

  • Friday, October 16, 2015
  • by SahilDude89ss@gmail.com
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PyntaxFramework-Config

The following is an example of writing to the config on the fly., (*1)

Pyntax\Config\Config::write('database', array(
    'server' => 'localhost',
    'user' => 'root',
    'password' => '',
    'database' => 'simplemanager_db_v3'
));

The Versions

16/10 2015

dev-master

9999999-dev

Config component of the Pyntax Framework

  Sources   Download

MIT

16/10 2015

v1.0

1.0.0.0

Config component of the Pyntax Framework

  Sources   Download

MIT