hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
972 stars 136 forks source link

Please add a Sava to the file method #80

Closed wl496928838 closed 8 years ago

wl496928838 commented 8 years ago

Please add a Sava to the file method

hassankhan commented 8 years ago

We specifically do not allow writing back to the file, the configuration file should be static. You could extend the Config class and allow for that yourself.