arshaw/phpti
Composer 安装命令:
composer require arshaw/phpti
包简介
Template Inheritance is an extremely useful technique for making reusable HTML layouts for a site
README 文档
README
PHP Template Inheritance (PHPTI)
Template Inheritance is an extremely useful technique for making reusable HTML layouts for a site. It is much more flexible than alternative techniques, such as "including" common elements of a page (like a header and footer file).
The concept has been around for a while, most notably in the Django template engine. Unlike other libraries, PHP Template Inheritance lets you write everything in straight PHP. There is no need to learn another template language.
Links
- For a tutorial on how to use this library, visit the project homepage
- For bugs, visit the Issue Tracker
- For development, visit the GitHub Project
- Created by Adam Shaw
Released under the MIT License (license.txt)
统计信息
- 总下载量: 1.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 115
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-01