This database class provides easy and simple interface to access the most important db function in PHP. It provides implementations for MYSQL, POSTGRESQL, SQLTE, ODBC and has wrapper classes ADODB, METABASE, PEAR and PHPLIB.
Be the first to post a text review of PHP anyDB. Rate and review a project by clicking thumbs up or thumbs down in the right column.
I moved the project to http://lensphp.sourceforge.net to keep all my php classes at one place. I also released a new version of anyDB today.
For the latest BETA version visit http://www.lennartgroetzbach.de/_link.php?id=anydb-beta
Changes for the version 0.8: GENERAL: - created directory structure to make things easier to find - redesigned AbstractDB.php and added BasicDB.php to seperate interface from implementation INTERFACE: - due to request I changed the names (yes, it will be the last change, I promise!) for the getXXX functions. DBS: - improved MetabaseDB and ADODB ADDONS: - new helper class QueryHelper for generating SELECT, INSERT, DELETE, UPDATE and REPLACE queries - new functions in DBHelper: function dumpColumn($array, $horizontal = true, $headerTitle = '') function getCount(& $db, $tableName) function getMax(& $db, $tableName) NOTE: You need to download the whole package, otherwise things will probably won't work!
It includes one minor bug fix and added some enhancements to the interface of AbstractDB. A new utility class was added to present data from databases in pages.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?