in reply to Re: (z) SUPER and Class::DBI
in thread (z) SUPER and Class::DBI

Here's the relevatn declarations:

package My::User; use base 'My::DBI'; Library::User->table('Users'); Library::User->columns(All => qw/UserID Email Password/);
And that's really the only part that matters? I don't have any custom constructors, so really, CDBI is taking care of the ISA, blessing, etc.

Thanks for your suggestions!

-- zigdon