Simple MySQL abstraction layer. Three functions require calls from within your scripts to modify, insert, update, delete and select records. Select queries returned as 1 or 2-D arrays. Internal debugger catches script errors and mails them to admin.
Use this class to access a MySQL database and use the most common functions. Results are returned as multidimensional arrays, so you don't even have to touch any of PHP's MySQL commands. It features error logging and basic MySQL functions.
An XML wrapper for MySQL databases to enjoy the advantages of SQL and XML.
A class designed to make it easy to use MySQL, Oracle8, InterBase/FireBird or PostgreSQL databases with your PHP scripts. It allows you to use a smaller set of ezSQL functions instead of standard PHP database functions.
This set of PHP classes allow developers to easily access any MySQL database. It was modeled after ADO.
A MySQL wrapper class that makes connecting to and manipulating a database easy. It does all the error checking for you and it will return results from a database query in an easy to use two dimensional array.
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.
An interface to a universal database code table. It takes all of the programming work out of maintaining multiple database code definition sets.
A small class that provides an easy way to store and reuse database connections. Most useful when you do not know if you will be needing a connection in the program.
A set of PHP functions that convert boolean syntax into SQL statements that can be run as a database query. |