Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
login Class Reference

Login model class. More...

Public Member Functions

 __construct ($id)
 Constructs a login instance.

Data Fields

 $actionform
 login form action
 $link
 logout link

Private Attributes

 $_registry
 the registry singleton instance

Detailed Description

Login model class.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 21 of file login.php.


Constructor & Destructor Documentation

login::__construct ( id)

Constructs a login instance.

Parameters:
string$idlog action type ('in' or 'out')
Returns:
login instance

Definition at line 44 of file login.php.

+ Here is the call graph for this function:


Field Documentation

login::$_registry [private]

the registry singleton instance

Definition at line 26 of file login.php.

login form action

Definition at line 31 of file login.php.

logout link

Definition at line 36 of file login.php.


The documentation for this class was generated from the following file: