in reply to Re: Re: Re: Class::DBI has_many
in thread Class::DBI has_many
__PACKAGE__->has_many(columns => [ 'Page_column' => 'column_id' ]);
__PACKAGE__->has_many(columns => 'Column');
__PACKAGE->has_a(column_id => 'Column');
I know there is no free service available here, but I very much appreciate any help available. :-)
--
arc_of_descent
|
---|
Replies are listed 'Best First'. | |
---|---|
5Re: Class::DBI has_many
by jeffa (Bishop) on Dec 29, 2003 at 14:20 UTC | |
by arc_of_descent (Hermit) on Dec 29, 2003 at 14:59 UTC | |
by PodMaster (Abbot) on Dec 29, 2003 at 15:34 UTC | |
Re: Re: Re: Re: Re: Class::DBI has_many
by PodMaster (Abbot) on Dec 29, 2003 at 14:32 UTC |