in reply to Re: Re: Re: Re: Class::DBI has_many
in thread Class::DBI has_many
And if your immediate question is "Why can columns have multiple pages", then you need to go back to yourpackage Page; __PACKAGE__->has_many(columns => 'Column'); package Page_column; __PACKAGE__->has_a(page_id => 'Page'); __PACKAGE__->has_a(column_id => 'Column'); package Column; __PACKAGE__->has_many(pages => 'Page');
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 5Re: Class::DBI has_many
by arc_of_descent (Hermit) on Dec 29, 2003 at 14:59 UTC | |
by PodMaster (Abbot) on Dec 29, 2003 at 15:34 UTC |