Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

File metadata and controls

8 lines (5 loc) · 290 Bytes

configParser

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.