'response.html.php', 'title' => 'Jo\'s Jobs- 404 Not Found', 'vars' => ['cats' => $cats->findAll(), 'response' => '404 Page Not Found'] ]; } public function nav() { $cats = new \CSY2028\DatabaseTable('category', 'id', '\jobs\Entity\Category'); return ['template' => 'nav.html.php', 'vars' => ['cats' => $cats->findAll()] ]; } }