A database abstraction layer (DBI) that supports MySQL, PostgreSQL, Interbase, Microsoft SQL, Oracle, ODBC, ADO, Microsoft Access, and Visual FoxPro. Includes array, popup menu and HTML table generation from SQL. Modelled on Microsoft's ADO, which ma
A non-OO database abstraction layer designed to be fast and small in size.
DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only means changing the driver you wish to use.
If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest. / This abstract wrapper class provides easy and simple class methods to access the
This PHP tutorial site is useful for the webmasters to develop their complex web applications. This articles has several important services like, database abstraction layer, a template engine- to design your own website, authentication- to allow onl
Best Practices: Database Abstraction is a tutorial which takes comparision on some traditional database access methods with PEAR. The author gives his view on points like properly named, makes sense, minimal methods and complete method, he interprets
act28.DEV Developer Edition CRM Toolkit is a CRM application framework written in PHP. It uses an MVC2/OOD architecture, which allows you rapidly develop and deploy integrated CRM components and modules. The database abstraction layer uses PEAR DB wh
SQLSession is a PHP script based on session on cookies and MySQL database. This script tracks the user by using cookies and prevent malfunctions. It contains core library, database abstraction, static object db interface. Since MySQL is being used th
act28.DEV CRM Development Toolkit is a CRM application framework written in PHP. It uses an MVC2/OOD architecture, which allows you rapidly develop and deploy custom integrated CRM components and modules. The database abstraction layer uses PEAR DB w
In this article, the author discusses database abstraction with PEAR with some sample PHP code functions for easy understanding. The author deals in the following areas like what is PEAR? database connect, database disconnect, database is error, Data |