include templates("user","findpassword");在php中这个是什么意思?

php多多指教
浏览 1689回答 4
4回答

qq_青枣工作室_0

这个templates是一个自定义的函数,用来返回模板文件路径的,然后include引入这个路径的文件。要看看templates函数的代码,才能知道怎么用。估计是引入user文件夹里的findpassword.html文件。

LUCK星001

include ('Templates/Header.html');这是原生的写法吧!

LUCK星001

PHP模板(包括“用户”,“findpassword”)

紫焰123

这段代码是原生的还是框架里的代码?
打开App,查看更多内容
随时随地看视频慕课网APP