From: Pablo R. <pr...@cl...> - 2001-08-28 09:15:21
|
> 1. Write the abstract base class (the interface definition) > 2. Write a class that uses DB and extends the base class > 3. Integrate that into the code base (basically, search and > replace all database calls) 4. Test, test, test. Hum ..... Have you considered in using ADODB for database Abstraction? I think is a cool work. See at: http://php.weblogs.com/adodb Regards, Pablo Roca Sysop de PortalFox (http://www.portalfox.com) |