|
OpenSencillo
2015.009
Long live the simplicity of PHP
|
Public Member Functions | |
| __construct () | |
| lm_install () | |
| lm_addUser ($name, $pass, $perm=1000) | |
Public Member Functions inherited from sessionManager | |
| __construct () | |
| sm_get ($name) | |
| sm_destroy () | |
Definition at line 82 of file session.manager.sesman.php.
| __construct | ( | ) |
Create time settings for loginManager
Definition at line 90 of file session.manager.sesman.php.
| lm_addUser | ( | $name, | |
| $pass, | |||
$perm = 1000 |
|||
| ) |
Add user
| string | $name | |
| string | $pass | |
| integer | $perm |
Definition at line 137 of file session.manager.sesman.php.
| lm_install | ( | ) |
Install loginManager class
Definition at line 104 of file session.manager.sesman.php.