in reply to Class::DBI struggles
Change
to__PACKAGE__->has_many('adslot' => ['admt::cdbi::adslot', 'blockid']);
and try again :)__PACKAGE__->has_many('adslot' => 'admt::cdbi::adslot');
See http://search.cpan.org/~tmtm/Class-DBI-v3.0.14/lib/Class/DBI.pm#Mapping for the details.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::DBI struggles
by jdtoronto (Prior) on Apr 26, 2006 at 19:06 UTC |