PHP Class Home, 68kb

Exibir arquivo Open project: 68kb/68kb Class Usage Examples

Public Methods

Method Description
__construct ( )
index ( )
index ( ) : void index function.
login ( ) Login Controller
logout ( ) Log the user out.

Method Details

__construct() public method

public __construct ( )

index() public method

public index ( )

index() public method

index function.
public index ( ) : void
return void

login() public method

Allow the admin to login
public login ( )

logout() public method

Log the user out.
public logout ( )