| Parley documentation | Contained in the Parley distribution. |
Parley::Model::ParleyDB - Catalyst DBIC Schema Model =head1 SYNOPSIS
See Parley
Catalyst::Model::DBIC::Schema Model using schema Parley::Schema
Chisel Wright <chiselwright@users.berlios.de>
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Parley documentation | Contained in the Parley distribution. |
package Parley::Model::ParleyDB; use strict; use Parley::Version; our $VERSION = $Parley::VERSION; use base 'Catalyst::Model::DBIC::Schema'; #__PACKAGE__->config( # schema_class => 'Parley::Schema', # connect_info => [ # 'dbi:Pg:dbname=parley', # 'parley', # # ], #); # CONFIG COMES FROM parley.conf
1;