[PHP] Re: Starting OOP

2003-12-16 Thread Mike Smith
Daniel Pupius wrote: It would be a good idea to create a database abstaction class. This means that should you move your application to a different database you only have to replace your database class, instead of recoding everything with the new set of functions. It can also be neater than using

[PHP] Re: Starting OOP

2003-12-16 Thread Daniel Pupius
It would be a good idea to create a database abstaction class. This means that should you move your application to a different database you only have to replace your database class, instead of recoding everything with the new set of functions. It can also be neater than using the mysql functions