Re: [RDBO] My::DB::Object and database handles.

2005-12-27 Thread John Siracusa
On 12/27/05 8:44 PM, Daniel Pittman wrote: > In playing around with Rose::DB::Object, I have a question about the > Rose::DB derived object: > > The examples for Rose::DB::Object all implement init_db like this: > > sub init_db { return My::DB->new(); } > > Now, so far as I can see that will

[RDBO] My::DB::Object and database handles.

2005-12-27 Thread Daniel Pittman
In playing around with Rose::DB::Object, I have a question about the Rose::DB derived object: The examples for Rose::DB::Object all implement init_db like this: sub init_db { return My::DB->new(); } Now, so far as I can see that will create multiple My::DB (which isa Rose::DB) instances, and