Download List

Descripción del Proyecto

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
0.6.3

Un archivo de quickref.txt fue añadido al proyecto. Un totalRows obtener la propiedad se incluyó para los objetos resultado de SQL. Un tercer parámetro opcional se agrega al método printPageSelect para volver a la página <select> código como una cadena en lugar de imprimirla.
Tags: Minor feature enhancements
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 &lt;select&gt; code as an string instead of printing it.

2006-06-05 16:05
0.6.2

La ExecutionTime obtener la propiedad ha sido añadido a los objetos de SQL resultado. Esta propiedad los informes de tiempo en milisegundos que se tomó para la consulta SQL a ejecutar.
Tags: Minor feature enhancements
The executionTime get property was added to SQL
result objects. This property reports time in
milliseconds that was taken for the SQL query to
run.

2006-06-02 15:57
0.6.1

Esta versión incluye el createNamedInstance y getNamedInstance métodos estáticos de la clase RC4PHP_DB_OBJECT únicos para la creación de un nombre y recuperarlos cuando sea necesario.
Tags: Minor feature enhancements
This release adds createNamedInstance and getNamedInstance static
methods for the RC4PHP_DB_OBJECT class for creating named singletons and
retrieving them whenever needed.

2006-05-26 23:47
0.6.0

La licencia del proyecto ha cambiado de la GPL para el MIT.
The project's license has changed from the GPL to MIT.

2006-05-20 00:48
0.5.0.3

Tags: Major security fixes

Project Resources