Home > Article > Backend Development > PHP template engine: TinyButStrong 3.6.0 released_PHP tutorial
TinyButStrong (TBS) is a PHP template engine that can cleanly separate PHP scripts and HTML files . TBS is designed so that any visual HTML editor can be used to write TBS HTML template pages.
This version has 6 new features and 6 bug fixes. New features include: :
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