Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version ändert sich die Funktionen "Abfrage" und "query", und fügt einen zweiten Parameter "$ record_type". Es fügt die Funktion data_seek (mysql_data_seek, wenn der zweite Parameter nicht übergeben wird, wird es an einem zufälligen Eintrag Position), ein "set_default_result_type" Parameter (dies wird sich ändern den Standardwert $ result_type für die Abfrage-Funktion), ein "close"-Funktion, um schließen eine MySQL-Verbindung, und ein "connect_first_use"-Parameter (damit die Klasse, um eine Verbindung nur, wenn es verwendet wird, das erste Mal, das wird die Verbindung zur Datenbank, wenn keine Abfragen ausgeführt werden, zu vermeiden).
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

Diese Version behebt die Variable db_accesses zu internen und nicht global und behebt E-Mail-Versand an die ganze Seite zu senden und nicht nur den Namen des Skripts.
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

Diese Veröffentlichung fügt mysql_num_fields, mysql_fetch_field, mysql_fetch_row. Sie fügt hinzu, trigger_error, wenn MySQL eine Fehlermeldung generiert, die es erlauben es dem Programmierer, der Fehler in einer besseren Art und Weise verwalten wird.
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

Diese Version wurde angepasst, um mit PHP4 und PHP5 ohne Fehlermeldungen (E_STRICTS oder ausgeben, oder E_NOTE) zu arbeiten.
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

Diese Veröffentlichung fügt ein mysql_escape_string Funktion als 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