"Name", "email" => "E-Mail-Adresse", "content" => "Nachricht"); public function __construct($view){ $this->db = new UserModel(); $this->view = $view; } public function showUserForm(){ } public function register(){ $this->db->createUser($this->labels); } }