summaryrefslogtreecommitdiff
path: root/GroLUG/lib/GroLUG/M/DB.pm
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-08 18:52:19 +0000
committerdakkar <dakkar@luxion>2006-02-08 18:52:19 +0000
commitb2bf6e98e29ba55c41d134a1e640bdaa560d1152 (patch)
tree55a89ad794818e490c49b18be8e4b4006cb935a3 /GroLUG/lib/GroLUG/M/DB.pm
parentil test funziona, aggiunta colonna 'attivo' (diff)
downloadIscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.tar.gz
IscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.tar.bz2
IscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.zip
funge il modello... ca**o
git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@170 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'GroLUG/lib/GroLUG/M/DB.pm')
-rw-r--r--GroLUG/lib/GroLUG/M/DB.pm27
1 files changed, 2 insertions, 25 deletions
diff --git a/GroLUG/lib/GroLUG/M/DB.pm b/GroLUG/lib/GroLUG/M/DB.pm
index 193cb7a..2622de2 100644
--- a/GroLUG/lib/GroLUG/M/DB.pm
+++ b/GroLUG/lib/GroLUG/M/DB.pm
@@ -10,31 +10,8 @@ my @conn_info = (
{ RaiseError => 1, PrintError => 0, ShowErrorStatement => 1, TraceLevel => 0 }
);
-__PACKAGE__->load_classes;
-#DBIx::Class::Schema->compose_connection( __PACKAGE__, @conn_info );
-
-=head1 NAME
-
-GroLUG::M::DB - DBIC Plain Model Component
-
-=head1 SYNOPSIS
-
-See L<GroLUG>
-
-=head1 DESCRIPTION
-
-DBIC Plain Model Component.
-
-=head1 AUTHOR
-
-A clever guy
-
-=head1 LICENSE
-
-This library is free software . You can redistribute it and/or modify
-it under the same terms as perl itself.
-
-=cut
+__PACKAGE__->load_classes();
+__PACKAGE__->compose_connection(__PACKAGE__,@conn_info);
1;