diff options
author | tailor <cygnus@janrain.com> | 2006-05-16 21:08:53 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-05-16 21:08:53 +0000 |
commit | 7fbc209b867a88bf4d2236e9cb4fd256263c803d (patch) | |
tree | 89c13b552f2e47c4a000d40284c0532ea13b28b1 /Auth/OpenID/SQLStore.php | |
parent | b1760a29b74da0220697f18298c8d021b5a45495 (diff) | |
download | php-openid-7fbc209b867a88bf4d2236e9cb4fd256263c803d.zip php-openid-7fbc209b867a88bf4d2236e9cb4fd256263c803d.tar.gz php-openid-7fbc209b867a88bf4d2236e9cb4fd256263c803d.tar.bz2 |
[project @ Clarified documentation about SQLStore connection handle.]
Diffstat (limited to 'Auth/OpenID/SQLStore.php')
-rw-r--r-- | Auth/OpenID/SQLStore.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Auth/OpenID/SQLStore.php b/Auth/OpenID/SQLStore.php index 6aef0b0..a9f5b82 100644 --- a/Auth/OpenID/SQLStore.php +++ b/Auth/OpenID/SQLStore.php @@ -61,9 +61,11 @@ class Auth_OpenID_SQLStore extends Auth_OpenID_OpenIDStore { * established database connection be given to it, and it allows * overriding the default table names. * - * @param connection $conn This must be an established connection - * to a database of the correct type for the SQLStore subclass - * you're using. + * @param connection $connection This must be an established + * connection to a database of the correct type for the SQLStore + * subclass you're using. This must either be an PEAR DB + * connection handle or an instance of a subclass of + * Auth_OpenID_DatabaseConnection. * * @param string $settings_table This is an optional parameter to * specify the name of the table used for this store's settings. |