view->html = null; } else { $parser = new DocParser(); list($html, $toc) = $parser->parseDirectory($dir); $this->view->html = $html; $this->view->toc = $toc; } } }