|
|
(Next) Auth_HTTP 例 |
||||
| |
|||||
|
|||||
void Auth_HTTP::Auth_HTTP (
string
$storageDriver = "DB"
, mixed
$options = ""
)
認証システムのコンストラクタ
使用するストレージドライバの名称
ログイン情報に関する文字列、 もしくはストレージドライ版のオプションの配列
This function can not be called statically.
DBパラメータの使用
<?php
require_once "Auth/HTTP.php";
$a = new Auth_HTTP("DB", "mysql://test:test@localhost/test");
$a->start();
?>
|
|
(Next) Auth_HTTP 例 |
||||||||
| |
|||||||||
|
|||||||||