view = new View(); } // final public function setDebug($debug) { $this->_debug = $debug; } final public function getDebug() { return $this->_debug; } public function render($file) { return $this->view->render($file); } } //Class