当前位置: 软件>php软件
模板引擎 Templights
本文导语: Templights 是一个使用 PHP 作为模板语言的模板引擎,提供强大的多继承支持,但占用很小的内存,而且运行效率高。 示例模板: {% BLOCK {This is content of a block named BLOCK. {% SUB { This is sub-block named SUB. }%}}%}
Templights 是一个使用 PHP 作为模板语言的模板引擎,提供强大的多继承支持,但占用很小的内存,而且运行效率高。
示例模板:
{% BLOCK {
This is content of a block named BLOCK.
{% SUB {
This is sub-block named SUB.
}%}
}%}