Re: [PHP] class/object design

2003-10-15 Thread Nobody
Hi Chris I am currently busy with a similar experiment for a project of my own and my OOP knowledge is similarly limited :). I have had a fair degree of success (by my humble standards) and I am currently trying to make the process as session-friendly as possible. I have a single class (call it C

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