Re: [PHP] class/object design

2003-10-15 Thread Nobody
kinds of people in this world, those who understand binary and those who don't (Unknown) - Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:51 AM Subject: [PHP] class/object design Hey peeps. Let me try to make

[PHP] class/object design

2003-10-14 Thread Chris W. Parker
Hey peeps. Let me try to make this simple. Right now I have a base db class that is moved solely for interacting with the db. It opens the connection, runs queries, and returns the results of those queries. Along with this class I've got some other classes (I'll call them upper classes) that are

Re: [PHP] class/object design

2003-10-14 Thread Robert Cummings
On Tue, 2003-10-14 at 19:51, Chris W. Parker wrote: Hey peeps. Let me try to make this simple. Right now I have a base db class that is moved solely for interacting with the db. It opens the connection, runs queries, and returns the results of those queries. Along with this class I've got