summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-02 00:23:55 +0000
committertailor <cygnus@janrain.com>2006-03-02 00:23:55 +0000
commitfb50d30f3b241434f2c9c9b2b3ff0422f3f65231 (patch)
treef39141118cabe295c2226df45366f7f39a1cf531
parenta2b0ef551b51d17e2aa2e65c16477f2cc276124c (diff)
downloadphp-openid-fb50d30f3b241434f2c9c9b2b3ff0422f3f65231.zip
php-openid-fb50d30f3b241434f2c9c9b2b3ff0422f3f65231.tar.gz
php-openid-fb50d30f3b241434f2c9c9b2b3ff0422f3f65231.tar.bz2
[project @ Cleaned up docs in DatabaseConnection]
-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
*/