Tinybutstrong (TBS) is a PHP template engine that allows a clean separation of PHP scripts and HTML files。 TBS is designed to use any visual HTML editor to write TBS HTML template pages.
This version has 6 new features and fixes 6 bugs, 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 the 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 a optional column
http://www.bkjia.com/PHPjc/486112.html www.bkjia.com true http://www.bkjia.com/PHPjc/486112.html techarticle Tinybutstrong (TBS) is a PHP template engine that lets you cleanly separate PHP scripts from HTML files. TBS is designed to use any visual HTML editor to write TBS HTML template pages. This edition ...