PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

PHP模板引擎:TinyButStrong 3.6.0 发布

原创
2016-06-13 10:40:24 775浏览

TinyButStrong(TBS)是一个可以让PHP脚本和HTML文件干净分离的PHP模板引擎。TBS设计成可以使用任何可视化HTML编辑器来编写TBS的HTML模板页。

该版本有6项新特性以及修复了6个bug,新特性包括
1. a parameter "htmlconv=utf8" that forces the data conversion into UTF-8;
2. a parameter "ope=msk" that applies... a mask on the fields value;
3. a new plugin event named "OnCacheField";
4. a couple of new properties that allow you to cancel the merging of the automatic fields [onload] and [onshow];
5. a parameter "atttrue" that merges an XML/HTML attribute like a Boolean attribute;
6. an option to limit PHP functions accepted by the parameters "ondata" and "onformat"; and automatic sub-blocks that support an optional column

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。