simplePhpTmp 是面向数据编程的 PHP 模板引擎,包括页面模板、数据缓存、mysql数据库封装的轻量级框架
simplePhpTmp 简单的php模板,比smarty快十倍,方便,简洁,实现变量替换,条件、循环语句,支持嵌套和基本运算
1.支持{_key}变量的替换,替换为数组的value
2.支持{_IF key}.. {ELSE}...{ENDIF}条件语句 = #(不等于) {_IF key=value} {_IF key=_value}
3.支持{_FOREACH key}...{ENDFOR}循环语句
4.支持{_key.k1.k2}的多层数组变量替换
5.支持{_0}数字下标的普通变量的替换
6.支持条件和循环语句的多层嵌套
7.支持单字符操作符表达式 .|=>8.支持文件包含 {_INCLUDE mymenu.html}
项目主页:http://www.open-open.com/lib/view/home/1449280469248
Statement: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