Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-pear-db - PEAR: Database Abstraction Layer
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with
other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation
DB layers itself on top of PHP's existing database extensions.
Packages
Latest: php-pear-db-1.7.13-2.el6.rf.noarch.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
php-pear-db |
0 |
1.7.13 |
2.el6.rf |
noarch |
100 KiB |
2010-11-11 23:30:05 |
Changelog:
- * 2008-07-28 - Dries Verachtert <dries[AT]ulyssis[DOTORG]> - 1.7.13-2 - 7981/dag
- Fix file conflicts with php-pear, thanks to Hugo van der Kooij and Brandon Amaro.
- * 2007-12-20 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 1.7.13-1
- Initial package. (using DAR)