pyntax/config

Config component of the Pyntax Framework

Installs: 75

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pyntax/config

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

This package is auto-updated.

Last update: 2025-09-21 13:02:01 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'
));