void Auth_HTTP::Auth_HTTP ([string $storageDriver = "DB" [, mixed $options = ""]])
void Auth_HTTP::Auth_HTTP
Constructor for the authentication system
name of the storage driver that should be used
a string containing some login information or an array containing a bunch of options for the storage driver
Deze functie kan niet statisch worden aangeroepen.
Voorbeeld 29-1. Using different DB parameters
require_once "Auth/HTTP.php"; $a = new Auth_HTTP("DB", "mysql://test:test@localhost/test"); $a->start();