Chirpy!

Latest Version: 0.3
Released: 2007-02-09

Chirpy! 0.1 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 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.