| Handel documentation | view source | Contained in the Handel distribution. |
Handel::Order::Schema - Default Schema class for Handel::Order
use Handel::Order::Schema;
use strict;
use warnings;
my $schema = Handel::Order::Schema->connect;
my $cart = $schema->resultset("Orders")->find('12345678-9098-7654-3212-345678909876');
Handel::Schema::Order is the default schema class used for all reading/writing in Handel::Order.
Handel::Schema::Order, Handel::Schema::Order::Item, DBIx::Class::Schema
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/
| Handel documentation | view source | Contained in the Handel distribution. |