Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Using Class::DBI, I have created classes for these tables, but I cannot figure out from the docs how to set up the correct mapping between books and authors.
I want to do something like
@authors = $book->authors
The author of Class::DBI::Join has deleted that module from CPAN and suggests that Class::DBI itself can do the join, but I don't see how.
Thanks for any help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Joins with Class::DBI
by cees (Curate) on Jul 19, 2003 at 16:15 UTC | |
by thpfft (Chaplain) on Jul 19, 2003 at 23:14 UTC | |
|
Re: Joins with Class::DBI
by thpfft (Chaplain) on Jul 19, 2003 at 23:01 UTC |