4f4f470f4c
permission management framework LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. PR: ports/74528 Submitted by: Ant?nio Carlos Ven?ncio J?nior <antonio@php.net>
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
LiveUser is a set of classes for dealing with user authentication
|
|
and permission management. Basically, there are three main elements that
|
|
make up this package:
|
|
* The LiveUser class
|
|
* The Auth containers
|
|
* The Perm containers
|
|
|
|
Currently available are containers using:
|
|
PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth.
|
|
|
|
WWW: http://pear.php.net/package/LiveUser/
|