read and save ini text files.
Config_Lite has the native PHP function
`parse_ini_file' under the hood.
The API is inspired by Python's ConfigParser.
A "Config_Lite" file consists of
"name = value" entries and sections,
"[section]"
followed by "name = value" entries