Subversion Repositories php_users

Rev

Rev 9 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 rodolico 1
This is a Users Login class for PHP, designed to be a self contained
2
system to handle user login and administration. It is also designed to
3
be programmatically modifiable by the programmer, ie adding new columns
4
is fairly simple.
5
 
6
Examples are in the examples directory.
7
 
8
documentation contains users.class.txt which is the source from our 
9
dokuwiki site (https://kb.unixservertech.com).
10
 
11
documentation also contains the phpdoc output documenting the classes
12
involved in HTML format (load the index.html file in your browser).
13