public function homeAction() { $this->output->view('blog/home.html.php', ['tickets' => $this->model->getAllTickets()]); }
public function indexAction() { echo $this->output->render('home.html.php', ['tickets' => $this->model->getAllTickets()]); }