ahmachan/heng-phptemplate
Composer 安装命令:
composer create-project ahmachan/heng-phptemplate
包简介
Think - the compiling PHP template engine
关键字:
README 文档
README
php template engine base on php 5.4+.
For a more current PHP 5 implementation of the same ideas, check out phpsavant.com.
Example '''
set('title', 'Goods List'); $body = new Template($path); $body->set('goods', fetch_goodslist()); $tpl->set('content', $body->fetch('goodslist.tpl')); echo $tpl->fetch('index.tpl'); ?>''' And it can be used with the following templates.
'''
| Id | Name | Price | IsVIP |
|---|---|---|---|
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-25