buyplaytix/html_template_nest
最新稳定版本:1.8.0
Composer 安装命令:
composer require buyplaytix/html_template_nest
包简介
README 文档
README
Well-Formed xml templating for PHP
HTML_Template_Nest provides xml based templating based on JSP 2.0. Documents are well formed and can be trivially added to with custom tags. Below is a trivial grocery list.
<html xmlns:c="urn:nsttl:HTML_Template_Nest_Taglib_Standard">
<body>
<h3>Shopping List</h3>
<ul>
<c:foreach items="groceryList" var="shoppingListItem">
<li>${shoppingListItem}</li>
</c:foreach>
</ul>
</body>
</html>
See (http://tthomas48.github.com/HTML_Template_Nest/) for full documentation.
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-23