PHP模板引擎:TinyButStrong 3.6.0 发布_PHP教程
程序员文章站
2022-03-18 07:57:54
...
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
该版本有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
上一篇: 关于生成信息的文章推荐
推荐阅读
-
Laravel模板引擎Blade中section的一些标签的区别介绍,laravelblade_PHP教程
-
Laravel模板引擎Blade中section的一些标签的区别介绍_PHP教程
-
Twig模板引擎用法入门教程_php实例
-
PHP模板引擎Smarty的缓存使用_PHP教程
-
symfony2 twig模板引擎,symfony2twig模板_PHP教程
-
ThinkPHP内置模板引擎的使用方法总结_PHP教程
-
PHP教程:基于正则表达式替换的模板引擎
-
zuitu团购模板引擎浅析_PHP教程
-
Smarty模板引擎技术二,smarty模板引擎_PHP教程
-
Smarty模板引擎缓存机制详解,smarty模板引擎详解_PHP教程