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
Last revisionBoth sides next revision
start [2015/07/18 15:26] – [Some Projects Using ADOdb] mnewnhamstart [2015/07/31 22:30] 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
  
  
 ==== Announcements ==== ==== Announcements ====
 +
 +Get your announcements fresh! follow **@ADOdb-announce** on twitter. We post notices of new releases and important bug fixes first there.
 +
 |5/7/2015|ADOdb version 5.21.0 released. This release only addresses standards issues. Users of version 5.19 should not update unless they wish to begin contributing to the project.| |5/7/2015|ADOdb version 5.21.0 released. This release only addresses standards issues. Users of version 5.19 should not update unless they wish to begin contributing to the project.|
 |5/7/2015|Welcome to the new ADOdb website| |5/7/2015|Welcome to the new ADOdb website|
  
 ---------- ----------
-<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
  
-  * [[Access]] 
-  * [[ADO]] 
-  * [[Firebird|Firebird]] 
-  * [[Frontbase]] 
-  * [[IBM DB2]] 
-  * [[Informix]] 
-  * [[Firebird|Interbase]] 
-  * [[Microsoft SQL Server]] 
-  * [[MySQL]] 
-  * [[Netezza]] 
-  * [[ODBC]] 
-  * [[ODBTP]] 
-  * [[Oracle]] 
-  * [[PostgreSQL]] 
-  * [[SAP Adaptive Database Server]] 
-  * [[SAP DB]] 
-  * [[SQLite]] 
-  * [[Sybase]] 
-  * [[Visual FoxPro]] 
   * [[database:Access]]   * [[database:Access]]
   * [[database:ADO]]   * [[database:ADO]]
Line 66: Line 52:
   * [[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? ====
Line 100: Line 89:
 ==== Some Projects Using ADOdb ==== ==== Some Projects Using ADOdb ====
 ^Name^Description^ ^Name^Description^
- 
 |[[http://zikula.org|Zikula]]|OpenSource PHP Application Framework| |[[http://zikula.org|Zikula]]|OpenSource PHP Application Framework|
 |[[http://phpwiki.org|phpWiki]]|Wiki software written in PHP| |[[http://phpwiki.org|phpWiki]]|Wiki software written in PHP|
-|[[http://www.mamboserver.com/|Mambo]]|| +|[[http://phpgacl.sourceforge.net/|PHP GACL]]|A Drop in Access Control System for web applications
-|[[http://phpgacl.sourceforge.net/|PHP GACL]]|| +|[[http://sourceforge.net/projects/tikiwiki|TikiWiki]]|Wiki software written in PHP
-|[[http://sourceforge.net/projects/tikiwiki|TikiWiki]]|| +|[[http://www.egroupware.org/|eGroupWare]]|Commercial GroupWare
-|[[http://www.egroupware.org/|eGroupWare]]|| +|[[http://www.adginc.net/|ADG]]|A commercial ERP/CRM product for government entities in the USA. This product leverages ADODBs cross-database functionality to support numerous commercial and open-source databases using the same code base|  
-|[[http://phplens.com/lens/|phpLens App Server]]||+|[[http://phplens.com/lens/|phpLens]]|A Commercial Rapid Application Development Environment for PHP| 
 +^Some older projects^^
 |[[http://www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html|ACID]]|Analysis Console for Intrusion Databases| |[[http://www.andrew.cmu.edu/~rdanyliw/snort/snortacid.html|ACID]]|Analysis Console for Intrusion Databases|
 +|[[http://www.mamboserver.com/|Mambo]]|A Content Management System|
 If your project uses ADOdb, let us know If your project uses ADOdb, let us know
 ===== Copyright ===== ===== Copyright =====