
Kids::Model - schema class for Kids

In your base module:
use Kids::Model;
sub schema_base_class { return 'Kids::Model'; }
use Gantry::Plugins::DBIxClassConn qw( get_schema );
use Kids::Model::child qw( $CHILD );

This module was generated by Bigtop. But, feel free to edit it. You might even want to update these docs.
The generated version sets AutoCommit to 1, this assumes that you will do all transaction work via the DBIx::Class API.

Gantry::Utils::DBIxClass
Kids::GENModel

Phil Crow, <phil@localdomain>

Copyright (C) 2007 Phil Crow
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.