in reply to Class::DBI has_a() relationships with multi-value keys
sub foreign_obj { my $self = shift; my $foreign_obj = Foreign::Class->retrieve( key1 => $self->key1(), key2 => $self->key2(), ); return $foreign_obj; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::DBI has_a() relationships with multi-value keys
by MrCromeDome (Deacon) on Oct 29, 2004 at 21:20 UTC | |
by perrin (Chancellor) on Oct 29, 2004 at 21:33 UTC |