PHP Class Controller_Admin_Auth, kohana-admin

Author: Kyle Treubig
Inheritance: extends Controller_Admin
Show file Open project: vimofthevine/kohana-admin

Protected Properties

Property Type Description
$_current_nav
$_view_map

Public Methods

Method Description
action_login ( ) Display login form and perform login
action_logout ( ) Perform user logout
check_username ( Validate $array, $field ) Username callback to check if username is valid

Method Details

action_login() public method

Display login form and perform login
public action_login ( )

action_logout() public method

Perform user logout
public action_logout ( )

check_username() public method

Username callback to check if username is valid
public check_username ( Validate $array, $field )
$array Validate

Property Details

$_current_nav protected property

protected $_current_nav

$_view_map protected property

protected $_view_map