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

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

WBOY
Release: 2016-06-06 20:36:03
Original
1061 people have browsed it

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

回复内容:

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

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

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

就可以了

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template