previousIntroduction (Previous) (Next) Exemple Auth_HTTPnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth_HTTP::Auth_HTTP()

Auth_HTTP::Auth_HTTP() – Constructeur

Synopsis

void Auth_HTTP::Auth_HTTP ( string $driverDeStockage = "DB" , mixed $options = "" )

Description

Constructeur pour le système d'identification.

Parameter

string $driverDeStockage

nom du driver de stockage qui doit être utilisé

mixed $options

une chaîne contenant des information d'identification ou un tableau contenant une série d'option pour le driver de stockage

Note

This function can not be called statically.

Example

Utilisation de differents paramètres DB

<?php
require_once "Auth/HTTP.php";

$a = new Auth_HTTP("DB""mysql://test:test@localhost/test");

$a->start();
?>
previousIntroduction (Previous) (Next) Exemple Auth_HTTPnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.