Home >Backend Development >PHP Tutorial >定义了一个类,在类中写了很多的方法对html代码进行拼接,怎么在页面中输出呢?

定义了一个类,在类中写了很多的方法对html代码进行拼接,怎么在页面中输出呢?

WBOY
WBOYOriginal
2016-06-06 20:36:031040browse

定义了一个类,在类中写了很多的方法对html代码进行拼接,怎么在页面中输出呢?

回复内容:

定义了一个类,在类中写了很多的方法对html代码进行拼接,怎么在页面中输出呢?

把html部分定义在一个方法中,然后调用该方法即可。

比如你的buildHeader方法返回了一段html,页面中这样用:
echo specialTemplate01Builder::buildHeader($module);

就可以了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn