PHP template engine: TinyButStrong3.6.0 released. TinyButStrong (TBS) is a PHP template engine that separates PHP scripts from HTML files. TBS is designed to use any visual HTML editor to compile tbs html template pages. This version of TinyButStrong (TBS) is a PHP template engine that allows clean separation of PHP scripts and HTML files. TBS is designed to use any visual HTML editor to compile tbs html template pages.
This version has six new features and six bugs fixed. The 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
Http://www.bkjia.com/PHPjc/486112.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/486112.htmlTechArticleTinyButStrong (TBS) is a PHP template engine that allows clean separation of PHP scripts and HTML files. TBS is designed to use any visual HTML editor to compile tbs html template pages. This version...