Chirpy! 0.3 API Documentation
Chirpy::Configuration
NAME
Chirpy::Configuration - Represents a configuration
SYNOPSIS
$configuration = new Chirpy::Configuration('/path/to/chirpy.ini'); $value = $configuration->get($section, $name); $hash_ref = $configuration->get_parameter_hash($section);
AUTHOR
Tim De Pauw <ceetee@users.sourceforge.net>
SEE ALSO
Chirpy::Util::IniFile, Chirpy, http://chirpy.sourceforge.net/
COPYRIGHT
Copyright 2005-2007 Tim De Pauw. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.