diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:23:55 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:23:55 +0000 |
commit | fb50d30f3b241434f2c9c9b2b3ff0422f3f65231 (patch) | |
tree | f39141118cabe295c2226df45366f7f39a1cf531 | |
parent | a2b0ef551b51d17e2aa2e65c16477f2cc276124c (diff) | |
download | php-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.php | 6 |
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 */ |