Télécharger la liste

Description du projet

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.

Système requise

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 fichier quickref.txt a été ajouté au projet. Un totalRows offres de biens a été incluse pour des objets résultat SQL. Un troisième paramètre a été ajouté à la méthode printPageSelect afin de retourner la page <select> code comme constituant une chaîne au lieu de l'impression.
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

EXECUTIONTIME obtenir la propriété a été ajoutée à SQL objets de résultat. Cette propriété des rapports en temps en millisecondes qui a été prise pour la requête SQL à exécuter.
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

Cette version ajoute createNamedInstance et getNamedInstance méthodes statiques de la classe pour créer des singletons RC4PHP_DB_OBJECT nommées et les récupérer en cas de besoin.
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

Le projet de licence a changé à partir de la GPL au 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