Class LoginController
Shows the login page and logs a user in
Class LoginController
-
Core\ParentController
-
Core\Auth\AuthenticateController
-
LoginController
Methods summary
public static
LoginController
|
#
singleton( )
Returns a LoginController instance, creating it if it did not exist.
Returns a LoginController instance, creating it if it did not exist.
Returns
Overrides
|
public
|
|
public
|
#
showLogin( )
Shows the login page / login form
Shows the login page / login form
Throws
Exception
|
public
|
|
public
|
|
Methods inherited from Core\ParentController
add(),
addFooter(),
addHeader(),
addJSVar(),
addScript(),
addStyle(),
asset(),
cache(),
compressWithMinify(),
get(),
getGet(),
getPost(),
header(),
json(),
minimize(),
minimizeURL(),
path(),
redirect(),
setFavicon(),
setTitle(),
show(),
url()
|
Properties summary
protected
LoginModel
|
$model
The instance of LoginModel.
The instance of LoginModel.
|
|