summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/OpenID/DatabaseConnection.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php
index da76ef2..69be651 100644
--- a/Auth/OpenID/DatabaseConnection.php
+++ b/Auth/OpenID/DatabaseConnection.php
@@ -13,7 +13,11 @@
/**
* An empty base class intended to emulate PEAR connection
* functionality in applications that supply their own database
- * abstraction mechanisms.
+ * 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.
*
* @package OpenID
*/