模板引擎 Templights

码农软件 · 软件分类 · 模板引擎 · 2019-08-24 23:27:43

软件介绍

Templights 是一个使用 PHP 作为模板语言的模板引擎,提供强大的多继承支持,但占用很小的内存,而且运行效率高。

示例模板:

{% BLOCK {
This is content of a block named BLOCK.

 
{% SUB {
 
This is sub-block named SUB.
 
}%}

}%}

本文地址:https://codercto.com/soft/d/13106.html

Visual Thinking

Visual Thinking

Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95

Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具