Maison > Article > développement back-end > thinkphp模版包含有关问题
thinkphp模版包含问题
IndexAction.class.php控制器代码:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php class IndexAction extends Action{ function index(){ $this->display(); } } ?>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <frameset rows="50%,*"> <frame src="__ROOT__/admin.php/Public/header"> <frame src="__ROOT__/admin.php/Public/footer"> </frameset>