Télécharger la liste

Description du projet

db_bibivu is a simple MySQL database access
wrapper. It provides functions for connecting to
a MySQL database server, selecting the database to
access, executing queries, retrieving query
results rows in arrays, executing a query to
return a single result row in a single call, etc.
The class may optionally generate a log of the
executed queries. When a query fails, it may send
a warning message to a given site administrator
email address.

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.

2005-08-19 15:05 Retour à la liste release
1.4.1

Cette version ajoute une fonction mysql_escape_string as $ class_name-> escape_string ($ string);.
Tags: Minor feature enhancements
This release adds a mysql_escape_string function as
$class_name->escape_string($string);.

Project Resources