Download List

프로젝트 설명

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

이 릴리스의 변경 기능 "검색어"와 ""query_first, 그리고 두 번째 매개 변수를 추가, "$ record_type". 그것은 함수 data_seek 추가 (mysql_data_seek; 경우 두 번째 매개 변수를 전달하지 않을 경우, 임의의 기록), "매개 변수 (이 변경됩니다 기본 쿼리 함수),"닫기 "기능 result_type $"set_default_result_type 위치 것입니다 , 그리고 "connect_first_use"매개 변수는 MySQL의 연결을 닫습니다 (클래스에만 그것을 처음 사용하는 연결을 허용하도록;이 없을 때 쿼리를 실행하는 데이터베이스에 연결하지 않도록한다).
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

이 릴리스에는 수정 변수 db_accesses 글로벌 아니라 내부의 수 및 수정뿐 아니라 스크립트 이름 전체 현재 페이지를 전송하려면 이메일을 보내는 데.
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

이 릴리스 mysql_num_fields, mysql_fetch_field, mysql_fetch_row를 추가합니다. 그것은 trigger_error 추가 MySQL은 어느 때 프로그래머가 더 나은 방법으로 오류를 관리할 수 있도록 오류를 생성합니다.
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

이 버전은 PHP4와 PHP5 오류 메시지 (E_STRICTS, 또는 E_WARNING, 또는 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

이 릴리스 $ class_name으로 mysql_escape_string 기능을 추가 - "escape_string ($ 문자열);.
Tags: Minor feature enhancements
This release adds a mysql_escape_string function as
$class_name->escape_string($string);.

Project Resources