pyntax/config

Config component of the Pyntax Framework

v1.0 2015-10-16 03:02 UTC

This package is auto-updated.

Last update: 2024-04-21 10:03:53 UTC


README

The following is an example of writing to the config on the fly.

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