ADOdb Database Abstraction Library

Allows you to use the ADOdb Database Abstraction Library. If the $wpdb-object does not comply with your knowledge and your coding standards.

Author:Occhio webdevelopment (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.4.2
Plugin version:1.02
Added to WordPress repository:18-02-2014
Last updated:18-02-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/plugins/adodb-database-a...
Total downloads:530
plugin download
Click to start download

Allows you to use the ADOdb Database Abstraction Library. If the $wpdb-object does not comply with your knowledge and your coding standards.

We encourage the use of the WP_Query-class since it is a WordPress standard http://codex.wordpress.org/Class_Reference/WP_Query

If more freedom is needed, use the global variable: $wpdb-object. http://codex.wordpress.org/Class_Reference/wpdb

Though, some people like to use the ADOdb library because they have ported code which contains ADOdb-queries or have ADOdb queries

More info about ADOdb can be found on http://adodb.sourceforge.net/