private function index() { $data = array(); $data["quotes"] = Quote::getAllQuotes(); $data["seo"]["title"] = "Quotes!"; $data["seo"]["description"] = "Met behulp van deze website kun je al jouw quotes beheren!"; $view = new View(); $view->render("index", $data); }