猿问
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
相关分类
PHP
php如何把参数放在Http Request Heade????
1 回答
我要回答