NAME

Handel::Schema::Order::Item - Schema class for order_items table

SYNOPSIS

use Handel::Order::Schema;
use strict;
use warnings;

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

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

DESCRIPTION

Handel::Schema::Order::Item is loaded by Handel::Order::Schema to read/write data to the order_items table.

SEE ALSO

DBIx::Class::Schema

AUTHOR

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