Re: Persistent objects between init and content handlers

2000-12-08 Thread Perrin Harkins
On Fri, 8 Dec 2000, Doran L. Barton wrote: I've got information stored in a DBI-accessible database. I would like to read this information from the database and populate an object with the data (really just a tree of hashes). This database "dump" into the object should occur at child-init

Persistent objects between init and content handlers

2000-12-08 Thread Doran L. Barton
Okay- Maybe I'm trying too hard here, but, if so, I'd appreciate a slap in the face. Here's the project: I've got information stored in a DBI-accessible database. I would like to read this information from the database and populate an object with the data (really just a tree of hashes). This

Re: Persistent objects between init and content handlers

2000-12-08 Thread Ajit Deshpande
On Fri, Dec 08, 2000 at 03:33:32PM -0800, Perrin Harkins wrote: On Fri, 8 Dec 2000, Doran L. Barton wrote: I've got information stored in a DBI-accessible database. I would like to read this information from the database and populate an object with the data (really just a tree of hashes).