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 [2019/12/29 03:20] – [Project Location] mnewnhamindex [2020/01/14 11:21] – Change titles/subtitles level, move Announcements section further down the page dregad
Line 1: Line 1:
 ====== ADOdb - Database Abstraction Layer for PHP ====== ====== ADOdb - Database Abstraction Layer for PHP ======
  
-~~NOTOC~~ +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 and numerous 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 9: Line 7:
  
 Note that ADOdb is not a replacement for the [[http://php.net/manual/en/refs.database.php|native PHP database extensions]], but is built on top of them. This means that the corresponding driver(s) must be installed and correctly configured for ADOdb to work. Note that ADOdb is not a replacement for the [[http://php.net/manual/en/refs.database.php|native PHP database extensions]], but is built on top of them. This means that the corresponding driver(s) must be installed and correctly configured for ADOdb to work.
- 
-**ADOdb runs on all active versions of PHP including [[v5:php7_status|PHP 7]]** 
- 
------------------------------------------ 
  
 <WRAP right 380px box round> <WRAP right 380px box round>
Line 23: Line 17:
 <wrap padding-left:10px> **Latest Documentation** <wrap padding-left:10px> **Latest Documentation**
 </wrap> </wrap>
 +
 == Current Status == == Current Status ==
 ^ Description                 ^ Version                                                                        ^ ^ Description                 ^ Version                                                                        ^
-| Earliest Supported Release  | 5.20.0                                                                         +| Earliest Supported Release  | 5.20.13                                                                       
-| Current Production Release  | 5.20.15                                                                        +| Current Production Release  | 5.20.16                                                                       
-| Development Track           | [[project:version_5_development|Version 5]]                                    +| Development Track           | [[project:version_5_development|Version 5]]                                   
-| Development Track           | [[project:version_6_development|Version 6]]                                    +| Development Track           | [[project:version_6_development|Version 6]]                                   
-| Prior Releases              | [[https://sourceforge.net/projects/adodb/files/adodb-php5-only/|SourceForge]]  |+| Prior Releases              | [[https://sourceforge.net/projects/adodb/files/adodb-php5-only/|SourceForge]] |
 <php> <php>
 print '<div style="width:100%;text-align:center"> print '<div style="width:100%;text-align:center">
Line 40: Line 35:
 ; ;
 </php> </php>
- 
  
 </WRAP> </WRAP>
-==== Project Location ==== + 
-The source code and bug tracker are located at [[https://github.com/ADOdb/ADOdb|Github]]. +===== Installation ===== 
-See also the [[https://sourceforge.net/projects/adodb/|SourceForge project page]].+ 
 +==== System requiremetns ==== 
 + 
 +ADOdb runs on all active versions of PHP including [[v5:php7_status|PHP 7]]. 
 ==== Installation Via Composer ==== ==== Installation Via Composer ====
 === Production === === Production ===
Line 51: Line 49:
 === Development === === Development ===
 ''composer require adodb/adodb-php dev-master'' ''composer require adodb/adodb-php dev-master''
 +
 ==== Manual Installation ==== ==== Manual Installation ====
-Download and unpack into the directory of choice+Download and unpack into the directory of choice
 + 
 +===== Support ===== 
 + 
 +==== Project Location ==== 
 +The source code and bug tracker are located at [[https://github.com/ADOdb/ADOdb|Github]]. 
 +See also the [[https://sourceforge.net/projects/adodb/|SourceForge project page]]. 
 ==== How To Ask For Help === ==== How To Ask For Help ===
  
Line 70: Line 76:
 ----------------------------- -----------------------------
  
-==== Announcements ====+==== Why Don't You Support Earlier Versions? ==== 
 + 
 +We have limited resources, and unfortunately can't afford to maintain the older versions in parallel with the current stable releases and the development track.  
 + 
 +Version 5.20.0 was released in November 2015, you should be at least to that point, and we strongly recommend to apply the latest hotfix release..  
 + 
 + 
 +==== Our Community ==== 
 +The ADOdb user base is large, with an average of 300 downloads a week. We have put together a short [[project:user_base|list of some current projects]].  
 + 
 +You are welcome to contribute to the project and help the Open Source community: 
 + 
 +  * Share your experience 
 +  * [[https://github.com/ADOdb/ADOdb/issues|Answer user questions in the issue tracker]] 
 +  * Submit your bug fixes, enhancements or new features via [[https://github.com/ADOdb/ADOdb/compare|GitHub pull requests]] 
 +  * Check the //{{tagpage>dormant}}// tag; if you have expertise in the Databases listed, consider helping us out 
 +  * Help us improve [[project:documentation]], both developer and user. It has recently been converted from old html files, and may contain numerous errors. 
 + 
 +===== Announcements =====
  
 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]]  |
 | 24/11/2019  | ADOdb version 5.20.15 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.15/docs/changelog.md|Full Changelog]]  | | 24/11/2019  | ADOdb version 5.20.15 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.15/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]]  | | 06/01/2019  | ADOdb version 5.20.14 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.14/docs/changelog.md|Full Changelog]]  |
Line 89: Line 114:
 | 06/12/2015  | ADOdb version 5.20.1 is available. [[https://github.com/ADOdb/ADOdb/blob/v5.20.1/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]]  |
  
-==== Why Don't You Support Earlier Versions? ==== +===== Miscellaneous =====
- +
-We have limited resources, and unfortunately can't afford to maintain the older versions in parallel with the current stable releases and the development track.  +
- +
-Version 5.20.0 was released in November 2015, you should be at least to that point, and we strongly recommend to apply the latest hotfix release..  +
- +
- +
-==== Our Community ==== +
-The ADOdb user base is large, with an average of 300 downloads a week. We have put together a short [[project:user_base|list of some current projects]].  +
- +
-You are welcome to contribute to the project and help the Open Source community: +
- +
-  * Share your experience +
-  * [[https://github.com/ADOdb/ADOdb/issues|Answer user questions in the issue tracker]] +
-  * Submit your bug fixes, enhancements or new features via [[https://github.com/ADOdb/ADOdb/compare|GitHub pull requests]] +
-  * Check the //{{tagpage>dormant}}// tag; if you have expertise in the Databases listed, consider helping us out +
-  * Help us improve [[project:documentation]], both developer and user. It has recently been converted from old html files, and may contain numerous errors.+
  
 ==== Tags ==== ==== Tags ====
Line 111: Line 120:
  
 ==== Thanks ==== ==== Thanks ====
- 
  
 <WRAP group> <WRAP group>
Line 122: Line 130:
 </WRAP> </WRAP>
  
------------- +==== Copyright ====
- +
-===== Copyright =====+
  
 2000-2013 (c) John Lim\\ 2000-2013 (c) John Lim\\
index.txt · Last modified: 2024/01/24 08:14 by dregad