Home > Backend Development > PHP Tutorial > 求高人解释模板标签是如何解释的

求高人解释模板标签是如何解释的

WBOY
Release: 2016-06-13 12:48:09
Original
769 people have browsed it

求高人解释模板标签是怎么解释的
我最近在学习怎么写自定义标签,但又不是很懂TP解析模板和标签的原理,希望能有高手指点一下,具体解析的过程,比如说$this->assign()是怎么工作的,display时是调用那些类和方法这些,网上找了很久都没有结果。。。

模板?标签
------解决方案--------------------
观看 ThinkPHP 下的 Lib/Core/View.class.php 文件

其实不需要详细了解,尤其是初学者
知道有这个方法就可以了
Related labels:
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