![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
User module controller. More...
Inheritance diagram for userController:
Collaboration diagram for userController:Public Member Functions | |
| __construct () | |
| Constructs a user controller instance. | |
| manage () | |
| System users backoffice. | |
Private Attributes | |
| $_admin_privilege | |
| $_class_privilege | |
User module controller.
Definition at line 28 of file user.controller.php.
Constructs a user controller instance.
Reimplemented from controller.
Definition at line 45 of file user.controller.php.
System users backoffice.
public
Definition at line 63 of file user.controller.php.
Here is the call graph for this function:userController::$_admin_privilege [private] |
module's administration privilege id
Definition at line 38 of file user.controller.php.
userController::$_class_privilege [private] |
module's administration privilege class
Definition at line 33 of file user.controller.php.