dev-master
9999999-dev http://github.com/dario1985/adodbADOdb library refactoring for PHP 5.3+ and PDO
MIT
The Requires
- php >=5.3.0
database pdo adodb
Wallogit.com
2017 © Pedro Peláez
ADOdb library refactoring for PHP 5.3+ and PDO
This is an full refactored version of ADOdb library for PHP 5.3+. The idea came from the fact that ADOdb, a well known database abstraction library, is getting older and older and doesn't take advantage of PHP5.3+'s more advanced features., (*1)
This project was born with the hope to provide a more up-to-date and stronger engine. So far it has proven to be faster than original engine and it provides a compatibility layer to allow developers that have been using ADOdb for years to switch their application over to this version progressively., (*2)
This software is in development stage. Do not use it in production environments if you do not know what you are doing., (*3)
Actually only support generic PDO* connections., (*4)
Various engines supported out-of-box:, (*5)
The syntax is similar (quite identical) to ADOdb sintax:, (*6)
require 'ADOdb.php';
$db = NewADOConnection('mysql');
$db->connect($server, $user, $pwd, $db);
The MIT license, read it at http://www.opensource.org/licenses/mit-license.php, (*7)
Feel free to fork and improve/enhance ADOdb in any way your want. If you feel that everybody will benefit from your changes, please open a pull request., (*8)
ADOdb library refactoring for PHP 5.3+ and PDO
MIT
database pdo adodb