- 授权协议: 未知
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/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.
}%}
}%}