Re: [PHP] learning classes - need pointer

2005-05-16 Thread Alex Hogan
> > In my current case, I am trying to create all the generic SQL > functions (IE insert, update, delete, etc). Now what I am wondering - > what would be the best way to structure the code so that I can > accommodate the possibilities for different fields and databases, > etc? Is it something that

[PHP] learning classes - need pointer

2005-05-16 Thread Dustin Krysak
Hi there - I am slowly converting all of my projects over to a OOP based structure with classes. Now I had a quick question. In my current case, I am trying to create all the generic SQL functions (IE insert, update, delete, etc). Now what I am wondering - what would be the best way to struc