readme.Auth.txt 550 B

1234567891011121314151617181920
  1. From: Rich Tango-Lowy (richtl#arscognita.com)
  2. Date: Sat, May 29, 2004 11:20 am
  3. OK, I hacked out an ADOdb container for PEAR-Auth. The error handling's
  4. a bit of a mess, but all the methods work.
  5. Copy ADOdb.php to your pear/Auth/Container/ directory.
  6. Use the ADOdb container exactly as you would the DB
  7. container, but specify 'ADOdb' instead of 'DB':
  8. $dsn = "mysql://myuser:mypass@localhost/authdb";
  9. $a = new Auth("ADOdb", $dsn, "loginFunction");
  10. -------------------
  11. John Lim adds:
  12. See http://pear.php.net/manual/en/package.authentication.php