ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


adodb_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
adodb_index [2016/03/05 23:12] mnewnhamadodb_index [2023/03/12 10:41] (current) – [Copyright] dregad
Line 1: Line 1:
 ====== ADOdb ====== ====== ADOdb ======
 +
 ~~NOTOC~~ ~~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 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:+ 
 +<WRAP right>[[https://github.com/ADOdb/ADOdb|{{:github-mark-64px.png?45|ADOdb Project on GitHub}}]]</WRAP> 
 + 
 +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 [[v5:database:supported|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.
   * A [[v5:session:session_index|Session Management]] library that extends the normal PHP functionality to allow storing of session management data in a database, or in encrypted values   * A [[v5:session:session_index|Session Management]] library that extends the normal PHP functionality to allow storing of session management data in a database, or in encrypted values
 +
 +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.
  
 ----------------------------------------- -----------------------------------------
Line 11: Line 21:
 <wrap> <wrap>
 [[http://sourceforge.net/projects/adodb/files/latest/download|{{:download-big.png|Download the latest version}}]]</wrap> [[http://sourceforge.net/projects/adodb/files/latest/download|{{:download-big.png|Download the latest version}}]]</wrap>
-<wrap padding-left:10px> **Current Production Release**+<wrap padding-left:10px> **Current Stable Release**
 </wrap> </wrap>
 <wrap> <wrap>
 [[https://sourceforge.net/projects/adodb/files/Documentation/|{{:download-big.png|Download the latest documentation}}]]</wrap> [[https://sourceforge.net/projects/adodb/files/Documentation/|{{:download-big.png|Download the latest documentation}}]]</wrap>
-<wrap padding-left:10px> **Latest Documentation Release**+<wrap padding-left:10px> **Latest Documentation**
 </wrap> </wrap>
 </WRAP> </WRAP>
Line 38: Line 48:
  
 2000-2013 (c) John Lim\\ 2000-2013 (c) John Lim\\
-2014(c) Damien Regad, Mark Newnham & The ADOdb Community+2014 (c) Damien Regad, Mark Newnham & The ADOdb Community
  
 ADODb is dual-licensed under the BSD and Lesser GPL license, with the BSD License having priority ADODb is dual-licensed under the BSD and Lesser GPL license, with the BSD License having priority
adodb_index.1457215924.txt.gz · Last modified: 2017/04/21 11:17 (external edit)