This package can be used to access MySQL databases using MySQL, MySQLi or PDO extensions.
There is a base class that defines an interface to access MySQL databases and there are also sub-classes to access MySQL databases using PHP PDO, MySQLi or MySQL extensions.
These classes provide functions to establish database connections, execute queries, sanitize query parameters, retrieve query results, affected rows or database access errors.
| 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 |
class.mysql.php |
Class |
PDO/MySQLi/MySQL Class |
test.mysql.php |
Example |
Global interface for PDO/MySQLi/MySQL connections. Quietly degrades support based on available classes. |