Gumbo_Config_Reader_Ini
Config INI Reader
This class will read an INI file using the parse_ini_file function. It will automatically separate sections. A standard INI file format:
; for Comments [section] name = value name = value ...
Author(s): |
Michael Luster <mluster79@yahoo.com> |
License: | New BSD License |
Copyright: | Copyright (c) 2007, iBayou, Michael Luster |
Link: | http://sourceforge.net/projects/phpgumbo |
Version: | 0.0.1 |
Implements interfaces:
Class Methods
Reads the given configuration into memory, and returns the results
Parameter(s):
- (string) $file
- throws:
Gumbo_Exception - uses:
Gumbo_Converter, - Gumbo_Branch Implementation of:
[ Top ]