This package can access SQL databases using PDO.
There is a base configuration class that builds the database connection string.
The actual database access class is a sub-class that established the database connection using the PDO extension and executes SQL queries.
It can execute one or more INSERT or UPDATE queries using prepared statements, execute SELECT queries and return the whole result set into an array, and retrieve the number of records in a given table.
| 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 |
library.php |
Conf. |
Library of functions and globals |