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
> 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