PEAR MDB2 2.5.0b3 and MDB2_Driver_ibase 1.5.0b3 released

A new beta release of theĀ PEAR::MDB2 abstraction layer and of theĀ Firebird/Interbase driver has been released.

PEAR::MDB2 is a merge of the PEAR::DB and Metabase PHP database abstraction layers.

This release introduces PHP 5.3 support, plus many optimisations and fixes. Please test this release and report any issue you might experience.

Download and changelog:

MDB2 v.2.5.0b3
MDB2_Driver_ibase v.1.5.0b3

MDB2 2.5.0a1 and MDB2_Driver_ibase 1.5.0a1 released

A new alpha release of the PEAR::MDB2 abstraction layer and of the Firebird/Interbase driver has been released.

PEAR::MDB2 is a merge of the PEAR::DB and Metabase PHP database abstraction layers.

This release introduces full FOREIGN KEY constraints support, plus many fixes. Please test this release and report any issue you might experience.

Download and changelog:

MDB2 v.2.5.0a1
MDB2_Driver_ibase v.1.5.0a1

Read more

PEAR::MDB_QueryTool 1.1.0 released

MDB_QueryTool 1.1.0 has been released.

MDB_QueryTool is a PHP OO abstraction to the SQL query language, it provides methods such as setWhere(), setOrder(), setGroup(), setJoin(), etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML forms using arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build SQL statements and execute them.

The package has been fully tested with MySQL, PostgreSQL and Firebird.

The latest release adds support for MDB2 as the backend.

1 2