... query results in files - Binding variables to query result columns - Fetch whole result sets into an array Currently it supports MySQL and SQLite. Database Abstraction Layer Support forum dba SQL database abstraction layer Documentation Main class Auxiliar Class MySQL DataBase Manager ...
MySQL Abstraction Pro Support forum mysql_ab_pro MySQL database abstraction layer This package implements a MySQL database abstraction layer. It can establish connections to a given MySQL database server host and execute SQL queries and return the results in arrays in a single call. Separate classes ...
Lite MySQL Abstraction Layer Support forum dblite MySQL database abstraction layer This class implements a MySQL database abstraction layer. It can establish connections to MySQL server, execute buffered and unbuffered queries, get query results into arrays or objects, get query columns metadata ...
aDB PDO like database abstraction Support forum adb_pdo Database abstraction layer similar to PDO This class implements a database abstraction layer similar to PDO. It comes with a base class that provides an interface to the basic database access wrapper functionality. Drivers that provide the ...
Simple Abstraction Layer Support forum sal Database abstraction layer API similar to MySQLi This package implements a database access abstraction layer interface similar to MySQLi extension but works under PHP 4. It provides a class to establish connections and another class to execute queries and ...
This package implements a database abstraction layer that provides the same interface to access different types of SQL databases. There is a factory class that can create an instance of the database access class specialized in accessing one of the several supported types of SQL databases. Each database ...
This package is a database abstraction layer for many databases. It provides a common interface for accessing many databases like: MySQL, MySQL using MySQLi, Oracle, PostgreSQL, Firebird, Microsoft SQL Server and Interbase. The interface provides means to establish database connections, executing SQL ...
Database Abstraction Class Support forum mysql-abstr-class MySQL database abstraction package This package is implements a MySQL database abstraction package. It can: - Establish connections to a given MySQL host - Execute SQL queries - Retrieve results into objects and array - Retrieve the length ...
MySQL Database abstraction class Support forum mysql_db MySQL database abstraction that emulates PEAR::DB This class abstracts the access to MySQL databases. It emulates the PEAR::DB API without needing any code from that package. It also emulates partially the ADODB package. database abstraction ...
MySQL Table Abstraction Class Support forum mtac Wrap the access to MySQL database table rows This class can be used to wrap the access to individual MySQL database table rows in class objects. Each object of the class stores the values of the fields of a given row of a given table. The class provides ...