Re: [RDBO] How to use Rose::DB::Object::{Loader, Helpers} at the same time?

2007-02-17 Thread John Siracusa
On 2/16/07 9:13 PM, George Hartzell wrote: This question still stands, is there a standard way to use mixin classes w/ Loader? The usual way is to create a common base class with all the helpers you want, then tell the loader to use that class as the base_class.

Re: [RDBO] How to use Rose::DB::Object::{Loader, Helpers} at the same time?

2007-02-16 Thread George Hartzell
George Hartzell writes: I have a bunch of classes that are created automagically for me by Rose::DB::Object::Loader. In one of those classes I'd like to use load_or_insert from Rose::DB::Object::Helpers. I'm not sure how to do it politely. Just for grins, I tried this: