__construct */ public function error404() { header('HTTP/1.0 404 Not Found', true, 404); $this->View->render('error/404'); } }