Download List

项目描述

The PHP SQL Toolkit is a PHP class system for abstracting database calls. Using classes or functions, it abstracts the underlying database structure into data sources in a manner similar to ODBC. Data sources are defined in one file and a standardized syntax is used for connecting to all databases. This is useful for portable code or for referencing multiple databases on multiple platforms all at the same time.

系统要求

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.

2003-03-11 05:24 Back to release list
0.2

ODBC数据库支持(未测试),以及一个通过修正按内部功能提供参考逻辑(这也解决了开放式的错误与不破坏类,当用户调用database_free_result()和各xxxx_free_resut()调用)。
标签: Minor feature enhancements
ODBC database support (untested), and a fix for pass-by-reference logic on internal functions (this also resolved the open bug with didn't destroy the class when a user called database_free_result() and each xxxx_free_resut() call).

Project Resources