TYPO3 API  SVNRelease
Classes | Namespaces | Variables
SQLStore.php File Reference

Go to the source code of this file.

Classes

class  Auth_OpenID_SQLStore

Namespaces

namespace  OpenID

Variables

global $__Auth_OpenID_PEAR_AVAILABLE = @include_once 'DB.php'

Variable Documentation

$__Auth_OpenID_PEAR_AVAILABLE = @include_once 'DB.php'

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.

Definition at line 23 of file SQLStore.php.

Referenced by Auth_OpenID_SQLStore\Auth_OpenID_SQLStore().