diff options
Diffstat (limited to 'Auth/OpenID/Interface.php')
-rw-r--r-- | Auth/OpenID/Interface.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index 511f0f8..adc0475 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -17,7 +17,8 @@ * This is the interface for the store objects the OpenID library * uses. It is a single class that provides all of the persistence * mechanisms that the OpenID library needs, for both servers and - * consumers. + * consumers. If you want to create an SQL-driven store, please see + * then {@link Auth_OpenID_SQLStore} class. * * @package OpenID * @author JanRain, Inc. <openid@janrain.com> |