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

public Gumbo_Interface_Composite read ( string $file ) [line 56]

Reads the given configuration into memory, and returns the results

Parameter(s):

  • (string) $file
Implementation of:
Gumbo_Interface_Config_Reader::read()

[ Top ]