Braindump
Php Configuration Classes
PHP Configuration Classes
These classes make for a simple to use (from the application's point of view) configuration interface.
If you need functionality to read in and/or modify configuration files, then you should rather have a look at the Config package in PEAR.
To Be Done
- Reading/writing configurations from/to a data storage system (files, db, ...) is not an item to be done (see above).
- Merge configurations (allow for multiple conflict resolution strategies)