/Auth/OpenID/SQLStore.php

Description

SQL-backed OpenID stores.

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Classes
Class Description
Auth_OpenID_SQLStore This is the parent class for the SQL stores, which contains the logic common to all of the SQL stores.
Includes
include_once ('DB.php') (line 24)

Require the PEAR DB module because we'll need it for the SQL-based

stores implemented here. We silence any errors from the inclusion because it might not be present, and a user of the SQL stores may supply an Auth_OpenID_DatabaseConnection instance that implements its own storage.

require_once ('Auth/OpenID/Nonce.php') (line 30)

Documentation generated on Tue, 09 Sep 2008 12:12:27 -0700 by phpDocumentor 1.3.2