Re: [CDBI] Re: Class::DBI data serialization
Bill Moseley <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 07, 2007 at 06:15:57PM -0500, Thomas Charron wrote:
> Is there any way to retreieve after-creation the has_many
> relationships? has_many creates the method dynamically, but I don't
> see any way to access this information later.
Have you looked at ->meta_info()?
print Dumper Foo->meta_info('has_many');
--
Bill Moseley
[email protected]