DatabaseConnection.php
The Auth_OpenID_DatabaseConnection class, which is used to emulate a PEAR database connection.
Tags
Interfaces, Classes, Traits and Enums
- Auth_OpenID_DatabaseConnection
- An empty base class intended to emulate PEAR connection functionality in applications that supply their own database abstraction mechanisms. See {@link Auth_OpenID_SQLStore} for more information. You should subclass this class if you need to create an SQL store that needs to access its database using an application's database abstraction layer instead of a PEAR database connection. Any subclass of Auth_OpenID_DatabaseConnection MUST adhere to the interface specified here.