rocketphp/template
最新稳定版本:1.0.0
Composer 安装命令:
composer require rocketphp/template
包简介
Dynamic HTML templates.
关键字:
README 文档
README
RocketPHP\Template uses static template files. It replaces [@var] tags with PHP variables.
To use a template – start with an instance of Template and set variables before calling output().
use RocketPHP\Template\Template; $tpl = new Template('index.tpl'); $tpl->set('title', 'My Page Title'); echo $tpl->output();
- File issues at https://github.com/rocketphp/template/issues
- Documentation is at http://rocketphp.io/template
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-31