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-06-08 10:14 Back to release list
0.6.3

A quickref.txt file was added to the project. A totalRows get property was included for SQL result objects. A third optional parameter was added to the printPageSelect method in order to return the page <select> code as an string instead of printing it.
Tags: Minor feature enhancements

Project Resources