Download the PHP package 99designs/pheasant-adodb without Composer
On this page you can find all versions of the php package 99designs/pheasant-adodb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 99designs/pheasant-adodb
More information about 99designs/pheasant-adodb
Files in 99designs/pheasant-adodb
Download 99designs/pheasant-adodb
More information about 99designs/pheasant-adodb
Files in 99designs/pheasant-adodb
Vendor 99designs
Package pheasant-adodb
Short Description A subset of the ADOdb API on Pheasant
License BSD-4-Clause
Homepage http://github.com/mtibben/pheasant-adodb
Package pheasant-adodb
Short Description A subset of the ADOdb API on Pheasant
License BSD-4-Clause
Homepage http://github.com/mtibben/pheasant-adodb
Please rate this library. Is it a good library?
Informations about the package pheasant-adodb
Pheasant-adodb
Implements a subset of the ADOdb API using Pheasant
Example Usage
Or as a drop in replacement for adodb, you can use the compatability include files
Limitations and assumptions
- Tries to match the behavour of ADOdb v4.81 with the adodb-mysqlt driver only
->Replace(
does not support disabling auto quoting- Every field is escaped as if it were a string
- Magic quotes not supported
- If instantiated directly
- Assumes ADODB_FETCH_ASSOC as the only fetchmode
- Throws exceptions instead of returning error codes
- If instantiated via ADONewConnection
- requires
->setFetchMode(ADODB_FETCH_ASSOC)
to be called - returns error codes unless
adodb-exceptions.inc.php
is included
- requires
Testing
The testsuite uses the real adodb (with mysqlt driver) to compare the results from API calls.
All versions of pheasant-adodb with dependencies
PHP Build Version
Package Version
The package 99designs/pheasant-adodb contains the following files
Loading the files please wait ....