Blitztemplates: The fastest PHP template engine. Brief introduction: Blitztemplates is a fast PHP template engine developed in C language. it serves as a PHP extension function. It started to replace as a php_templates, but has evolved to more introduction:
Blitz templates is a fast PHP template engine developed in C language. it serves as a PHP extension function. It started to replace as a php_templates but grew to more work. It is based on scalable template controllers (custom View classes in PHP) and simple logic. Benchmark tests show that this is the fastest PHP template engine, making Web applications closer to a smart MVC structure model, and separating HTML from your code at most. This is an Internet project designed for big and high load logic with many complex presentations.
Is the performance test result of several templates:
Sample template code:
Index.html
Index.html
Html code
The code is as follows:
{$ Title }}
{Include ('header. tpl ')}}
{List_news ()}}
{Include ('footer. tpl ')}}
Index. php
The code is as follows:
$ View = new Blitz('index.html ');
Function list_news (){
....
}
$ View-> parse ();
?>
: Http://sourceforge.net/projects/blitz-templates/files/
Blitz templates is a fast PHP template engine developed in C language. it serves as a PHP extension function. It starts to replace as a php_templates, but develops to more...