Building Database Interfaces
in PHP added by goodphptutorials, on 11/1/2006 database databases dml interface mysql objects oop query
This article is about using and building Database Interfaces (DB interfaces). DB interfaces make application development faster and easier. This is accomplished by relocating scattered DML (Insert, Update, Delete) statements into a single shared tool, the Class. A Class encapsulates data post processing, integrity, and security into a single tool that can be accessed throughout the application.
comment save reportno comments
