File: LiveUser.php
Source Location: /LiveUser-0.13.0/LiveUser.php
Classes:
LiveUser
This is a manager class for a user login system using the LiveUser class. It creates a LiveUser object, takes care of the whole login process and stores the LiveUser object in a session.
Page Details:
LiveUser is an authentication/permission framework designed to be flexible and easily extendable.
Since it is impossible to have a "one size fits all" it takes a container approach which should enable it to be versatile enough to meet most needs. Includes:
require_once('PEAR/ErrorStack.php') [line 35]
Include PEAR ErrorStack class require_once('Log.php') [line 37]
require_once('PEAR.php') [line 36]
LIVEUSER_ERROR [line 44]
LIVEUSER_ERROR_CONFIG [line 46]
LIVEUSER_ERROR_COOKIE [line 50]
LIVEUSER_ERROR_FAILED_INSTANTIATION [line 52]
LIVEUSER_ERROR_INIT_ERROR [line 53]
LIVEUSER_ERROR_MISSING_CLASS [line 54]
LIVEUSER_ERROR_MISSING_DEPS [line 47]
LIVEUSER_ERROR_MISSING_FILE [line 51]
LIVEUSER_ERROR_MISSING_LOGINFUNCTION [line 48]
LIVEUSER_ERROR_MISSING_LOGOUTFUNCTION [line 49]
LIVEUSER_ERROR_NOT_SUPPORTED [line 45]
LIVEUSER_MAX_LEVEL [line 78]
LIVEUSER_STATUS_AUTHFAILED [line 70]
LIVEUSER_STATUS_AUTHINITERROR [line 66]
LIVEUSER_STATUS_AUTHNOTFOUND [line 68]
LIVEUSER_STATUS_EXPIRED [line 63]
LIVEUSER_STATUS_IDLED [line 62]
LIVEUSER_STATUS_ISINACTIVE [line 64]
LIVEUSER_STATUS_LOGGEDOUT [line 69]
LIVEUSER_STATUS_PERMINITERROR [line 65]
LIVEUSER_STATUS_UNKNOWN [line 67]
Documentation generated on Mon, 11 Mar 2019 13:56:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|