Auth_HTTP
[ class tree: Auth_HTTP ] [ index: Auth_HTTP ] [ all elements ]

Class: Auth_HTTP

Source Location: /Auth_HTTP-1.0.1/Auth_HTTP.php

Class Overview

Auth
   |
   --Auth_HTTP

PEAR::Auth_HTTP


Author(s):

Version:

  • $Revision: 1.5 $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 42]
PEAR::Auth_HTTP

The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system using PHP.

Instead of generating an HTML driven form like PEAR::Auth does, this class sends header commands to the clients which cause them to present a login box like they are e.g. used in Apache's .htaccess mechanism.

This class requires the PEAR::Auth package.



[ Top ]


Class Variables

$CancelText =  "Error 401 - Access denied"

[line 63]

Text to send if user hits cancel button

Type:   string


[ Top ]

$realm =  "protected area"

[line 54]

Name of the realm

Type:   string


[ Top ]



Method Detail

assignData   [line 74]

void assignData( )


[ Top ]


Documentation generated on Fri, 30 Apr 2004 21:21:26 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.