TP5 引入后台模板例子
找一套HTML后台管理模板,TP5引入
一、如何设置简短后台网址,而不用官方很长的那种
后台网址:http://01.tp5.com/admin/ (不是这种:http://01.tp5.com/index.php/admin/index/index)
前台网址:http://01.tp5.com/(不是这种:http://01.tp5.com/index.php/index/index/index/)
二、如何增加一个网页:ad.php main.php 如上面图片所示创建
创建成功后浏览网址是什么?
1.ad.php
http://01.tp5.com/admin/ad/
http://01.tp5.com/index.php/admin/ad/index
http://01.tp5.com/index.php/admin/ad/index/index.php
2.main.php
http://01.tp5.com/admin/main/
http://01.tp5.com/index.php/admin/main/index
http://01.tp5.com/index.php/admin/main/index/index.php
声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。
- 上一篇: PHP取得刚插入数据的ID 并将这个ID插入到别的表
- 下一篇: TP5 模板如何引用共同文件