SPOPS

 view release on metacpan or  search on metacpan

SPOPS.pm  view on Meta::CPAN

Then when you did:

 my $oid  = 56712;
 my $user = User->fetch( $oid );

It would first get the object composition information:

 oid    table        id
 ===    =====        ==
 56712  user         1625
 56712  user_prefs   8172
 56712  user_history 9102

And create the User object with information from all
three tables.

Something to think about, anyway.

=head1 BUGS

None known.



( run in 0.809 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )