ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


index

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
index [2020/01/14 12:54] – [System requiremetns] Add link to PHP supported versions page dregadindex [2020/08/02 18:25] – [ADOdb - Database Abstraction Layer for PHP] Added info about John retiring and maintenance taken over by Mark and Damien dregad
Line 1: Line 1:
 ====== ADOdb - Database Abstraction Layer for PHP ====== ====== ADOdb - Database Abstraction Layer for PHP ======
  
-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 [[https://github.com/ADOdb/ADOdb/graphs/contributors|community contributors]]. ADOdb contains components for querying and updating databases, as well as an Object Orientated [[v5:activerecord:activerecord_index|Active Record]] library, schema management and performance monitoring. It also contains the following standalone extensions:+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, John Lim, who decided to retire from the project in 2013. Damien Regad and Mark Newnham took over the project, with the help of numerous [[https://github.com/ADOdb/ADOdb/graphs/contributors|community contributors]].  
 + 
 +ADOdb contains components for querying and updating databases, as well as an Object Orientated [[v5:activerecord:activerecord_index|Active Record]] library, schema management and performance monitoring. It also contains the following standalone extensions:
  
   * A [[v5:datetime:datetime_index|Date/Time]] library to handle dates outside of the normal PHP limits.   * A [[v5:datetime:datetime_index|Date/Time]] library to handle dates outside of the normal PHP limits.
Line 21: Line 25:
 ^ Description                 ^ Version                                                                       ^ ^ Description                 ^ Version                                                                       ^
 | Earliest Supported Release  | 5.20.13                                                                       | | Earliest Supported Release  | 5.20.13                                                                       |
-| Current Production Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.20.16]]                    |+| Current Production Release  | [[https://github.com/ADOdb/ADOdb/releases/latest|5.20.18]]                    |
 | Production Track            | [[project:version_5_development|Version 5]]                                   | | Production Track            | [[project:version_5_development|Version 5]]                                   |
 | Development Track           | [[project:version_6_development|Version 6]]                                   | | Development Track           | [[project:version_6_development|Version 6]]                                   |
Line 41: Line 45:
 ===== Installation ===== ===== Installation =====
  
-==== System requiremetns ====+==== System requirements ==== 
 + 
 +ADOdb is compatible with and supported on all [[https://www.php.net/supported-versions|active versions of PHP]] (>= 7.2 as of this writing). 
 + 
 +It is expected to work as well on earlier versions (PHP 5.3 or later), but this is not officially supported. See [[v5:php7_status|PHP 7 status]].
  
-ADOdb runs on all [[https://www.php.net/supported-versions|active versions of PHP]] including [[v5:php7_status|PHP 7]]. 
  
 ==== Installation Via Composer ==== ==== Installation Via Composer ====
Line 100: Line 107:
 Follow us on **[[https://twitter.com/ADOdb_announce|@ADOdb_announce]]** on Twitter. We post notices of new releases and important bug fixes first there. Follow us on **[[https://twitter.com/ADOdb_announce|@ADOdb_announce]]** on Twitter. We post notices of new releases and important bug fixes first there.
  
-| 12/01/2020  | ADOdb version 5.20.16 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.16/docs/changelog.md|Full Changelog]]  +^ Date        ^ Description                                                                                                                                                                            ^ 
-| 24/11/2019  | ADOdb version 5.20.15 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.15/docs/changelog.md|Full Changelog]]  +| 28/06/2020  | ADOdb version 5.20.18 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.18/docs/changelog.md|Full Changelog]]                                                                  | 
-| 06/01/2019  | ADOdb version 5.20.14 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.14/docs/changelog.md|Full Changelog]]  +| 31/03/2020  | ADOdb version 5.20.17 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.17/docs/changelog.md|Full Changelog]]                                                                  | 
-| 06/08/2018  | ADOdb version 5.20.13 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.13/docs/changelog.md|Full Changelog]]  +| 12/01/2020  | ADOdb version 5.20.16 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.16/docs/changelog.md|Full Changelog]]                                                                  
-| 30/03/2018  | ADOdb version 5.20.12 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.12/docs/changelog.md|Full Changelog]] \\ Note that 5.20.11 has been withdrawn due to a bug on PHP 5.x | +| 24/11/2019  | ADOdb version 5.20.15 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.15/docs/changelog.md|Full Changelog]]                                                                  
-| 08/03/2018  | ADOdb version 5.20.10 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.10/docs/changelog.md|Full Changelog]]  +| 06/01/2019  | ADOdb version 5.20.14 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.14/docs/changelog.md|Full Changelog]]                                                                  
-| 21/12/2016  | ADOdb version 5.20.9 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md|Full Changelog]]  +| 06/08/2018  | ADOdb version 5.20.13 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.13/docs/changelog.md|Full Changelog]]                                                                  
-| 17/12/2016  | ADOdb version 5.20.8 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.8/docs/changelog.md|Full Changelog]]  +| 30/03/2018  | ADOdb version 5.20.12 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.12/docs/changelog.md|Full Changelog]] \\ Note that 5.20.11 has been withdrawn due to a bug on PHP 5.x  
-| 20/09/2016  | ADOdb version 5.20.7 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.7/docs/changelog.md|Full Changelog]]  +| 08/03/2018  | ADOdb version 5.20.10 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.10/docs/changelog.md|Full Changelog]]                                                                  
-| 31/08/2016  | ADOdb version 5.20.6 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.6/docs/changelog.md|Full Changelog]]  +| 21/12/2016  | ADOdb version 5.20.9 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md|Full Changelog]]                                                                    
-| 10/08/2016  | ADOdb version 5.20.5 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.5/docs/changelog.md|Full Changelog]]  +| 17/12/2016  | ADOdb version 5.20.8 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.8/docs/changelog.md|Full Changelog]]                                                                    
-| 09/04/2016  | ADOdb version 5.20.4 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.4/docs/changelog.md|Full Changelog]]  +| 20/09/2016  | ADOdb version 5.20.7 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.7/docs/changelog.md|Full Changelog]]                                                                    
-| 01/01/2016  | ADOdb version 5.20.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.3/docs/changelog.md|Full Changelog]]  +| 31/08/2016  | ADOdb version 5.20.6 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.6/docs/changelog.md|Full Changelog]]                                                                    
-| 27/12/2015  | ADOdb version 5.20.2 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.2/docs/changelog.md|Full Changelog]]  +| 10/08/2016  | ADOdb version 5.20.5 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.5/docs/changelog.md|Full Changelog]]                                                                    
-| 06/12/2015  | ADOdb version 5.20.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.1/docs/changelog.md|Full Changelog]]  |+| 09/04/2016  | ADOdb version 5.20.4 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.4/docs/changelog.md|Full Changelog]]                                                                    
 +| 01/01/2016  | ADOdb version 5.20.3 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.3/docs/changelog.md|Full Changelog]]                                                                    
 +| 27/12/2015  | ADOdb version 5.20.2 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.2/docs/changelog.md|Full Changelog]]                                                                    
 +| 06/12/2015  | ADOdb version 5.20.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.1/docs/changelog.md|Full Changelog]]                                                                    |
  
 ===== Miscellaneous ===== ===== Miscellaneous =====
index.txt · Last modified: 2024/01/24 08:14 by dregad