学习ThinkPHP3.2.2:video25,后台模板文件的存放位置

时间:2022-10-29 09:58:27

1、减少模板文件目录深度的配置:

修改:D:\wamp\www\blog\Common\Conf\config.php:

1 'TMPL_FILE_DEPR'        =>  '_'// 简化模板的目录层次



2、把模板文件放在:D:\wamp\www\blog\APP\Admin\View\Index_index.html

并对内容进行替换

./

替换为

__PUBLIC__/Admin/


4、css、images、js目录放在 D:\wamp\www\blog\Public\Admin


5、Index控制器的index方法:

$this->display();


浏览:http://localhost/blog/index.php/Admin/Index/index