您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

thinkphp 途径

2025/6/4 0:18:01发布22次查看
thinkphp 路径
tp中有不少路径的便捷使用方法,比如模板中使用的__url__,__action__等,如果你对这些路径不是很明白,用起来说不定就会有这样或那样的问题,抑或出了错也不知道怎么改,现在我们看一下这些路径到底是代表了什么吧!
假如你项目首页的url是:www.test.com/other/form
假如当前模块是:index
假如当前操作是:index
那么首页完整的url:http://www.test.com/other/form/index.php/index/index
__root__:/other/thinkphp/mydemo
__self__:/other/thinkphp/mydemo/form/index.php
__action__: /other/thinkphp/mydemo/form/index.php/index/index
__url__: /other/thinkphp/mydemo/form/index.php/index
__app__: /other/thinkphp/mydemo/form/index.php
__public__:/other/thinkphp/mydemo/public
../public(不区分大小写):/other/thinkphp/mydemo/form/tpl/default/public
app_public_url:/other/thinkphp/mydemo/form/tpl/default/public
web_public_url:/other/thinkphp/mydemo/public
模板中对路径部分的操作是这样子的:
//项目公共目录 $tmplcontent = str_ireplace('../public',app_public_url,$tmplcontent); //网站公共目录 $tmplcontent = str_replace('__public__',web_public_url,$tmplcontent); //网站根目录 $tmplcontent = str_replace('__root__',__root__,$tmplcontent); //当前项目地址 $tmplcontent = str_replace('__app__',__app__,$tmplcontent); //当前模块地址 $tmplcontent = str_replace('__url__',__url__,$tmplcontent);
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product