Handel::Storage::DBIC::Cart::Item - Default storage configuration for Handel::Cart::Item


Handel documentation  | view source Contained in the Handel distribution.

Index


NAME

Top

Handel::Storage::DBIC::Cart::Item - Default storage configuration for Handel::Cart::Item

SYNOPSIS

Top

    package Handel::Cart::Item;
    use strict;
    use warnings;
    use base qw/Handel::Base/;

    __PACKAGE__->storage_class('Handel::Storage::DBIC::Cart::Item');

DESCRIPTION

Top

Handel::Storage::DBIC::Cart::Item is a subclass of Handel::Storage::DBIC that contains all of the default settings used by Handel::Cart::Item.

SEE ALSO

Top

Handel::Cart::Item, Handel::Storage::DBIC

AUTHOR

Top

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/



Handel documentation  | view source Contained in the Handel distribution.