On Thu, 2005-01-27 at 08:32 -0600, Jay Strauss wrote:
> I was wondering how does class::dbi::loader handle the existence of a
> cdbi that I built myself? For example, if I built my own:
>
> CDBI::User
>
> would loader generate its own User class or use the one I built?
This being perl, I assume it would do both. Adding thing to the same
package from multiple places is allowed. You probably would run into
trouble if you did anything more than define additional methods in your
class, i.e. overwriting things that Class::DBI::Loader did might not
work very well.
- Perrin
_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole
This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:57 GMT