library config
Config component of the Pyntax Framework
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
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'
));
dev-master
9999999-dev
Config component of the Pyntax Framework
Sources
Download
MIT