ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2015/07/18 15:51] mnewnhamstart [2015/07/26 01:44] mnewnham
Line 1: Line 1:
 ====== ADOdb ====== ====== ADOdb ======
 ~~NOTOC~~ ~~NOTOC~~
-<WRAP right 400px box>+<WRAP right 400px box round>
 == Current Status == == Current Status ==
-|Development Version|6.0.0-alpha.0| +|Development Version|[[roadmap#version_6_development_release|6.0.0-alpha.0]]
-|Development Version|5.22.0-alpha.0| +|Development Version|[[roadmap#version_5_development|5.22.0-alpha.0]]
-|Current Production Version|5.21.1|+|Current Production Version|[[roadmap#version_5_production|5.21.1]]|
 |Earliest Supported Community Version|5.19| |Earliest Supported Community Version|5.19|
  
 == Resources == == Resources ==
  
-  * [[userguide:index|Developer Guide]] 
   * [[reference:reference_guide|Developer Reference]]   * [[reference:reference_guide|Developer Reference]]
 +  * [[userguide:index|Developer Guide]]
 +  * [[dictionary:index|Data Dictionary Guide]]
   * [[http://adodb.newnhams.com/phpdocumentor|PHPDocumentor]]   * [[http://adodb.newnhams.com/phpdocumentor|PHPDocumentor]]
 +  * [[:downloads|Downloads]]
   * [[:roadmap|Changelog & Roadmap]]   * [[:roadmap|Changelog & Roadmap]]
  
 </WRAP> </WRAP>
-ADOdb is a fast, easy to use, popular database abstraction layer for [[wp>PHP]]. It allows the same code to be used when querying a wide range of databases. It has been actively maintained since 2000 by the project's founder and numerous community contributors. ADOdb contains components for querying and updating databases, as well as schema management and performance monitoring+ADOdb is a fast, easy to use, popular database abstraction layer for [[wp>PHP]]. It allows the same code to be used when accessing a wide range of databases. It has been actively maintained since 2000 by the project's founder and numerous community contributors. ADOdb contains components for querying and updating databases, as well as schema management and performance monitoring
  
  
Line 24: Line 26:
  
 ---------- ----------
-<WRAP 300px right box>+<WRAP 300px right box round>
 == Supported Databases == == Supported Databases ==
 The following databases are supported by ADOdb The following databases are supported by ADOdb
Line 47: Line 49:
   * [[database:Sybase]]   * [[database:Sybase]]
   * [[database:Visual FoxPro]]   * [[database:Visual FoxPro]]
-  </WRAP>+ 
 +See the [[database:feature_comparison|Feature Comparison Matrix]] and the [[database:connection_matrix|Connection Matrix]] 
 + 
 +</WRAP>
  
 ==== Why ADOdb? ==== ==== Why ADOdb? ====