jobsTable = $jobsTable; $this->catsTable = $catsTable; $this->appsTable = $appsTable; $this->usersTable = $usersTable; $this->vars['cats'] = $this->catsTable->findAll(); $this->vars['response'] = ''; } public function home() { return ['template' => 'login.html.php', 'title' => 'Jo\'s Jobs- Login', 'vars' => $this->vars]; } public function homeSubmit() { } }