时间:2021-07-01 10:21:17 帮助过:19人阅读
下图是几个模板的性能测试结果:
示例模板代码:
index.html
index.html
Html代码
代码如下:
{{ $title }}
{{ include('header.tpl') }}
{{ list_news() }}
{{ include('footer.tpl') }}
index.php
代码如下:
$view = new Blitz('index.html');
function list_news(){
....
}
$view -> parse();
?>
下载地址: http://sourceforge.net/projects/blitz-templates/files/