Download List

Descripción del Proyecto

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.

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-07-21 21:13
1.9

Esto cambia la liberación de las funciones "de consulta" y "query_first", y añade un segundo parámetro, "$ record_type". Añade la función de data_seek (mysql_data_seek, si el segundo parámetro no es aprobado, será puesto en un registro al azar), un "set_default_result_type parámetro" (esto va a cambiar el valor predeterminado $ result_type para la función de consulta), una "estrecha" función de cerrar una conexión MySQL, y un "connect_first_use parámetro" (para permitir que la clase conectarse sólo cuando se utiliza por primera vez, lo que evitará la conexión a la base de datos cuando se ejecuta ninguna consulta).
Tags: Major feature enhancements
This release changes the functions "query" and
"query_first", and adds
a second parameter, "$record_type". It adds the
function data_seek
(mysql_data_seek; if the second parameter is not
passed, it will
position on a random record), a
"set_default_result_type" parameter
(this will change the default $result_type for the
query function), a
"close" function to close a MySQL connection, and
a "connect_first_use"
parameter (to allow the class to connect only when
it is used the first
time; this will avoid connection to the database
when no queries are
executed).

2006-03-17 18:12
1.6.4

Esta versión corrige el db_accesses variable a ser interna y no fija global y envío de correo electrónico para enviar la página actual conjunto y no sólo el nombre del script.
Tags: Minor feature enhancements
This release fixes the variable db_accesses to be internal and not
global and fixes email sending to send the whole current page and not
only the script name.

2006-02-13 15:27
1.6.2

Esta versión incluye el mysql_num_fields, mysql_fetch_field, mysql_fetch_row. Añade trigger_error cuando MySQL genera un error, lo que permitirá al programador para gestionar el error de una mejor manera.
Tags: Minor feature enhancements
This release adds mysql_num_fields, mysql_fetch_field, mysql_fetch_row. It adds trigger_error when MySQL generates an error, which will allow the programmer to manage the error in a better way.

2005-12-28 10:49
1.6

Esta versión ha sido adaptada para trabajar con PHP4 y PHP5 sin mensajes de error (E_STRICTS, o E_WARNING, o E_NOTE).
Tags: Major feature enhancements
This version was adapted to work with PHP4 and
PHP5 without error messages (E_STRICTS, or
E_WARNING, or E_NOTE).

2005-08-19 15:05
1.4.1

Esta versión incluye una función de mysql_escape_string US $ class_name-> escape_string ($ cadena);.
Tags: Minor feature enhancements
This release adds a mysql_escape_string function as
$class_name->escape_string($string);.

Project Resources