This is a simple config parser for PHP.
To use, include the php then initialize the Parser object. Use the load($path) function to load the config file.
All the config will be stored in the object.
See sample.php to see exmaple on loading and calling configurations.