Doing Simple DB Abstraction in PHP
This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example.
Views: 1012 | | by Colin
View this tutorial