Download List

프로젝트 설명

anyDB is a PHP database class which provides easy access the most important database functions. It contains classes to access MySQL, Postgres, ODBC, and SQLite and provides wrapper classes to other popular database classes like PEAR:DB, PHPLIB, ADOdb, and METABASE.

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.

2004-11-30 22:36
1.2

이 릴리스는 ODBC, 향상된 getTables에 대한 새 데이터베이스 레이어 () 함수를 가지고 getDBs 기능 추가 (), setDB (), getInsertId (), getDataId (), 그리고 getMapped (). 그것은 (), 업데이트 PageWidget, DBHelper 향상 : getValue 변경 : (), DBHelper 추가 : : 체크 박스를 (), DBHelper : : radioButtons (), 그리고 DBHelper : : cloneDataset (), DBHelper 향상 : : dumpAll selectBox (), dumpColumn escapeStr 및 dumpNext () 버그 수정 (), 및 수정 anyDB에서 버그 : : getLayer ().
Tags: Major feature enhancements
This release has a new database layer for ODBC, an enhanced getTables() function, and adds the functions getDBs(), setDB(), getInsertId(), getDataId(), and getMapped(). It changes getValue(), updates PageWidget, enhances DBHelper::selectBox(), adds DBHelper::checkBoxes(), DBHelper::radioButtons(), and DBHelper::cloneDataset(), enhances DBHelper::dumpAll(), dumpColumn, and dumpNext(), fixes a bug in escapeStr(), and fixes a bug in anyDB::getLayer().

2003-09-15 11:44
1.0

클래스 dbx를 XML 기반의 데이터베이스에 추가되었습니다. SQLite는 지금도 지원됩니다. 이제 PageWidget 클래스 WHERE 절을를 넘길 수있습니다. dbxLimitFunction () DBX에 포함됐다. 모든 예제 파일을 재작 성했다 설명서 업데이 트되었습니다.
Tags: Major feature enhancements
A class was added for DBX, an XML-based
database. SQLite is now also supported. It is
now possible to pass a WHERE clause to the
PageWidget class. A dbxLimitFunction() was
included for DBX. All of the example files were
rewritten and the documentation was updated.

2003-07-25 14:12
0.9

Tags: Major feature enhancements

2003-05-10 09:51
0.8

디렉토리 구조 것들을 쉽게 찾을 수 있도록 구현되었습니다. AbstractDB.php와 만들어진 BasicDB.php 구현에서 별도의 인터페이스에 추가되었습니다. getXXX 함수의 이름을 변경했다. MetabaseDB에 대한 지원과 ADODB에 개선했고, 새로운 QueryHelper 헬퍼 클래스를 선택, 삽입, 삭제, 업데이트, 찾기 및 바꾸기 쿼리를 생성하기위한 추가되었습니다. 새로 GetCount, 그리고 getMax 기능 dumpColumn DBHelper에 추가되었습니다.
Tags: Minor feature enhancements
A directory structure was implemented to make things easier to find. AbstractDB.php was redesigned and BasicDB.php was added to seperate interface from implementation. The names of the getXXX functions were changed. Support for MetabaseDB and ADODB was improved, and a new QueryHelper helper class was added for generating SELECT, INSERT, DELETE, UPDATE, and REPLACE queries. New dumpColumn, getCount, and getMax functions were added to DBHelper.

2003-03-19 01:16
0.7

페이지의 프리젠 테이션을위한 새로운 클래스 (PageWidget.php) 기반의 방명록에 같은 내용을 AbstractDB ()를 실행하는 새로운 기능 (이것은 쿼리를 포함하고 ()와 allResults () 빠르게 액세스하기위한 방법을) 더 짧은 이름을했지만, 그리고 새로운 기능 에 액세스하는 결과에 대한 동등한 기능 (다음 (), 모든 (), nextValue (), allValues (), 무료 ()). 이전 기능은 아직 작동 꽤 동안 사용 중지되지 않습니다. selectBox () 함수를 DBHelper.php에서 HTML을 선택하십시오 상자에 결과를 배열 반덤핑 및 오류 메시지 처리가 추가되었습니다 MysqlDB.php '생성자들 개선했다.
Tags: Major feature enhancements
A new class (PageWidget.php) for presenting page-based information like in guestbooks, a new function execute() for AbstractDB (it incorporates the query() and allResults() methods for faster access), and new functions with shorter names but equal functionality for accessing results (next(), all(), nextValue(), allValues(), free()). Old functions still work and won't be deprecated for quite a while. A selectBox() function was added in DBHelper.php for dumping a result array in a html select box, and error message handling was improved in MysqlDB.php's constructor.

Project Resources