Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
Login
+ Collaboration diagram for Login:

Files

file  login.php
 

Template containing the public login form, see loginController.


file  login_admin.php
 

Template containing the login form of the administrative area, see loginController.


file  logout.php
 

Template containing the logout link of the main site, see loginController.


file  logout_admin.php
 

Template containing the logout link of the administrative area, see loginController.


Data Structures

class  login
 Login model class. More...
class  loginController
 Login module controller. More...

Detailed Description

Module which displays the login/logout forms and links