Télécharger la liste

Description du projet

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.

Système requise

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-05-10 09:51 Retour à la liste release
0.8

Une structure de répertoire a été mis en œuvre pour rendre les choses plus faciles à trouver. AbstractDB.php a été remanié et BasicDB.php a été ajouté à l'interface distincte de mise en œuvre. Les noms des fonctions getXXXQ ont été modifiées. Soutien à MetabaseDB et ADODB a été amélioré, et un nouveau QueryHelper classe d'aide a été ajouté pour générer SELECT, INSERT, DELETE, UPDATE, et les requêtes REPLACE. Nouvelle dumpColumn, getCount, et les fonctions ont été ajoutées à getMax 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.

Project Resources