Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-adodb: Active Data Objects Data Base
- Summary
- PHP is a wonderful language for building dynamic web pages.
Unfortunately, PHP's database access functions are not
standardised. Every database extension uses a different and
incompatibile API. This creates a need for a database class
library to hide the differences between the different databases
(encapsulate the differences) so we can easily switch databases.
Changelog
- * Wed Aug 11 17:00:00 2004 Aurelien Bompard <gauret[AT]free.fr> 0:4.52-0.fdr.1
- update to 4.52
- * Sat Jul 31 17:00:00 2004 Aurelien Bompard <gauret[AT]free.fr> 0:4.51-0.fdr.1
- update to 4.51
- * Sat Jul 3 17:00:00 2004 Aurelien Bompard <gauret[AT]free.fr> 0:4.23-0.fdr.2
- move to _datadir instead of _libdir
- use the _var macro