Parley::Model::ParleyDB - Catalyst DBIC Schema Model


Parley documentation Contained in the Parley distribution.

Index


Code Index:

NAME

Top

Parley::Model::ParleyDB - Catalyst DBIC Schema Model =head1 SYNOPSIS

See Parley

DESCRIPTION

Top

Catalyst::Model::DBIC::Schema Model using schema Parley::Schema

AUTHOR

Top

Chisel Wright <chiselwright@users.berlios.de>

LICENSE

Top

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;