ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
|
Go to the source code of this file.
Data Structures | |
class | ilIniFile |
INIFile Parser Early access in init proceess! Avoid further dependencies like logging or other services Description: A Simpe Ini File Implementation to keep settings in a simple file instead of in a DB Based upon class.INIfile.php by Mircho Mirev mirch Usage Examples: $ini = new IniFile("./ini.ini"); Read entire group in an associative array $grp = $ini->read_group("MAIN"); //prints the variables in the group if ($grp) for(reset($grp); $key=key($grp); next($grp)) { echo "GROUP ". o@ma cropo int. comMore... | |