Home > Backend Development > PHP Tutorial > PHP template engine: TinyButStrong 3.6.0 released_PHP tutorial

PHP template engine: TinyButStrong 3.6.0 released_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 17:41:55
Original
1237 people have browsed it

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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/486112.htmlTechArticleTinyButStrong (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 edition...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template