antoniocs/view
Composer 安装命令:
composer require antoniocs/view
包简介
Template system
README 文档
README
A simple template system which supports:
- set/get for setting variables
- allows '$this' keyword in the template
- setting the template path globally or by class instance
- setting the extension of the templates globally or by class instance
- blocks (with priority)
- inheritance
Quick example of usage:
acs_view::$PATH = 'templates/';
$v = new view();
$v->load('index');
$v->title = 'hello';
echo $v->render();
Todo:
- Call subviews
- Create documentation
- More unit tests
- Create examples page
- Make PSR-0 Standard compliant
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-03-15