| Handel documentation | view source | Contained in the Handel distribution. |
Handel - A cart/order/checkout framework with AxKit/TT/Catalyst support
use Handel;
Handel->config_class('My::ConfigReader');
my $config = Handel->config;
# $config->isa('My::ConfigReader')
This is a generic class containing the default configuration used by other Handel classes.
To learn more about what Handel is and how it works, take a look at the manual (Handel::Manual).
Gets/sets the name of the configuration class to use. The default configuration class is Handel::ConfigReader.
A Handel::Exception exception will be thrown if the specified class can not be loaded.
Returns an instance of the specified configuration class.
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/
| Handel documentation | view source | Contained in the Handel distribution. |