A number of things I'd be curious to see added:
Music::CD->has_many(styles => [ 'Music::StyleRef' => 'style' ]);
is identical to
Music::CD->has_many(_style_refs => 'Music::StyleRef'); sub styles { my $self = shift; return map $_->style, $self->_style_refs; }
(but note that your join table still requires a primary key)
Good stuff,
Matt
In reply to Re: Class::DBI Intro
by mojotoad
in thread Class::DBI Intro
by trs80
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |