Re: [PHP-DB] DB Class pointer as var in another class

2002-03-14 Thread Gary Cornelisse
will be available in > the derived class as well and so that you won't have to call the class > inside another class? > > Gurhan > > > -Original Message- > From: Gary Cornelisse [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 12:47 PM > To: [

RE: [PHP-DB] DB Class pointer as var in another class

2002-03-14 Thread Gurhan Ozen
l Message- From: Gary Cornelisse [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] DB Class pointer as var in another class We've been considering the following implementation of a class pointer within another class. Our goal here is to m

[PHP-DB] DB Class pointer as var in another class

2002-03-14 Thread Gary Cornelisse
We've been considering the following implementation of a class pointer within another class. Our goal here is to minimize the number of database connections per function call. It seems to work just fine, but I wanted to post this up for comments. PHP 4.1.1 doesn't seem to have a problem with it