PHP Class app\main\controllers\WelcomeController

Inheritance: extends Controller
Afficher le fichier Open project: phalconslayer/slayer

Méthodes publiques

Méthode 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 méthode

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

trySampleForms() public méthode

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