PHP Class app\main\controllers\WelcomeController

Inheritance: extends Controller
Show file Open project: phalconslayer/slayer

Public Methods

Method Description
showSignature ( ) : mixed GET | This shows the slayer's introduction.
trySampleForms ( ) : mixed GET | Redirect the user if the 'users' table is empty or not then redirect it to either login or registration.

Method Details

showSignature() public method

GET | This shows the slayer's introduction.
public showSignature ( ) : mixed
return mixed

trySampleForms() public method

GET | Redirect the user if the 'users' table is empty or not then redirect it to either login or registration.
public trySampleForms ( ) : mixed
return mixed