猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
include templates("user","findpassword");在php中这个是什么意思?
php多多指教
浏览 1689
回答 4
4回答
qq_青枣工作室_0
这个templates是一个自定义的函数,用来返回模板文件路径的,然后include引入这个路径的文件。要看看templates函数的代码,才能知道怎么用。估计是引入user文件夹里的findpassword.html文件。
1
0
0
LUCK星001
include ('Templates/Header.html');这是原生的写法吧!
0
0
0
LUCK星001
PHP模板(包括“用户”,“findpassword”)
0
0
0
紫焰123
这段代码是原生的还是框架里的代码?
0
0
1
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
PHP
php如何把参数放在Http Request Heade????
1 回答
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续