![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Login module controller. More...
Inheritance diagram for loginController:
Collaboration diagram for loginController:Public Member Functions | |
| __construct () | |
| Constructs a login controller instance. | |
| adminlogin () | |
| Administration login form. | |
| adminlogout () | |
| Administration logout link. | |
| index () | |
| Fallback when calling methods which don't exists. | |
| login () | |
| Public login form. | |
| logout () | |
| Public logout link. | |
Login module controller.
Definition at line 30 of file login.controller.php.
Constructs a login controller instance.
Reimplemented from controller.
Definition at line 37 of file login.controller.php.
Administration login form.
Definition at line 50 of file login.controller.php.
Here is the call graph for this function:Administration logout link.
Definition at line 65 of file login.controller.php.
Here is the call graph for this function:Fallback when calling methods which don't exists.
Definition at line 110 of file login.controller.php.
Public login form.
Definition at line 80 of file login.controller.php.
Here is the caller graph for this function:Public logout link.
Definition at line 95 of file login.controller.php.
Here is the call graph for this function: