phpBlamework php framework reference documantation |
w_loginTemplate of login module. Release: $Name: $ Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.6 $ Summary
WLogin_LoginForm
Returns login Form WLogin_ShaForm
Return sha generate Form. Expected module functionsSummary
WLogin_Login
Checks POST action and variables of WLogin_LoginForm. This function is expected when modul is set as Login module. See modules.php for more details. WLogin_Init
This functions is called from index.php or admin.php in our example to do some initializations of modul. Here we call WLogin_Menu. |
Returns login Form
function WLogin_LoginForm()
Return sha generate Form.
function WLogin_ShaForm( $shakey = '' )
Main menu of this module
function WLogin_Menu()
Autenticate user by his login and password.
function WLogin_LoginCheck( $isLogin, $isPass )
Checks POST action and variables of WLogin_LoginForm.
function WLogin_Login()
Main expected module function, which processes module actions.
function WLogin_Action()
This functions is called from index.php or admin.php in our example to do some initializations of modul.
function WLogin_Init()