Download List

Project Description

Raul's classes for PHP is an OOP database abstraction layer for PHP 5.1 or greater. It provides abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL, and MSSQL. The classes provide functions to establish connections, execute queries, traverse result sets with pagination support, and retrieve the list of databases, tables and fields. Any possible error is signaled by throwing exceptions with specific message and error
code.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-01 22:47
0.5.0.1

Tags: Major feature enhancements

2006-02-27 13:59
0.2

The MSSQL internal paging was enhanced by using
stored procedures instead of views, which
eliminates any restrictions imposed before.
Tags: Major feature enhancements

2006-01-16 11:51
0.1

Tags: Initial freshmeat announcement

Project Resources