This class extends the PEAR::DB class to provide a simplified database access interface.
It can establish connections returning a boolean success value instead of PEAR error object.
It can execute queries automatically connecting to a database before executing and disconnecting after the query is executed.
If the query returns result values it may also retrieve the result set into an array before disconnecting.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
db.class.php |
Class |
DB factory extension class |
example.php |
Example |
Example to use DB factory extension class |