Re: [RDBO] Extending auto-generated methods

2006-07-10 Thread Svilen Ivanov
2006/7/10, Danial Pearce <[EMAIL PROTECTED]>: [...] > I've implemented this by telling RDBO to give my DB accessor/mutator > a different name. Yes - this definitely solves the problem. I've seen similar approach overriding Class::Accessor-generated methods - there are foo() and _foo_accessor() met

Re: [RDBO] Extending auto-generated methods

2006-07-10 Thread Danial Pearce
> I'm trying to alter the behaviour of specific auto-generated RDBO > method. For example I have Product and I want to make the `photo' > method to store the passed file name on file system. I've implemented this by telling RDBO to give my DB accessor/mutator a different name. __PACKAGE__->meta