NAME

Handel::Schema::Cart::Item - Schema class for cart_items table

SYNOPSIS

use Handel::Cart::Schema;
use strict;
use warnings;

my $schema = Handel::Cart::Schema->connect;

my $item = $schema->resultset("Items")->find('12345678-9098-7654-3212-345678909876');

DESCRIPTION

Handel::Schema::Cart::Item is loaded by Handel::Cart::Schema to read/write data to the cart_items table.

SEE ALSO

DBIx::Class::Schema

AUTHOR

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