userModel = new UserModel(); $this->view = $view; } public function loginUser() { echo "test"; //verifyLogin($_POST['username'] ?? '', $_POST['password'] ?? '') } public function showUserLoginForm() { } }