NAME

DB::Objects - Perl extension to ease creation of database-bound objects

SYNOPSIS

use DB::Objects;
push @ISA, qw(DB::Object);

DESCRIPTION

Generic extension to ease creation of database-bound objects.

USAGE

This library is intended to be subclassed. Please see the source code for preliminary documentation.

AUTHOR AND COPYRIGHT

Copyright (c) 2003 Issac Goldstand <margol@beamartyr.net> - All rights reserved.

This library is free software. It can be redistributed and/or modified under the same terms as Perl itself.

SEE ALSO

perl.