31. app/Controller/PagesController.php//$this->render(implode('/', $path));try { $this->render(implode('/', $path));} catch (MissingViewException $exception) { if (Configure::read('debug') > 0) { $attributes = $exception->getAttributes(); throw new MissingViewException(array('file' => $attributes['file'])); } else {throw new NotFoundException(); }}