Home >Backend Development >PHP Tutorial >Blitz templates The fastest PHP template engine_PHP tutorial
Introduction:
Blitz templates is a fast PHP template engine developed in C language. It is used as an extension function of PHP. It started as a php_templates replacement but evolved into much more work. It is based on extensible template controllers (custom view classes in PHP) and simple logic. Benchmark tests show that this is the fastest template engine for PHP, bringing web applications closer to a smart MVC structural model, with maximum separation of HTML from your code. It is designed for large high-load internet projects with many complex presentation logics.
The following picture shows the performance test results of several templates:
Sample template code:
index.html
index.html
Html code