承接 anis2505/darwintpl 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

anis2505/darwintpl

Composer 安装命令:

composer require anis2505/darwintpl

包简介

DarwinTpl template engine

README 文档

README

#DarwinTpl Template Engine V1.0.0 ##Distribution repository

GitHub Logo

Php Template engine using native Php markup. No complicated or new syntax to learn.

to get started. download the DarwinTpl package.

include the DarwinTpl class file.

include(PATH_TO_DARWINTPL.'DarwinTpl.php')

Or simply using composer

"require": {
   "anis2505/darwintpl":"dev-master"
}

in your composer.json file.

in you script create an instance of the class

$darwinTpl = new Darwin\DarwinTpl( TEMPLATES_ROOT_PATH );

Now you are ready to use DarwinTpl.

$darwinTpl->render("templatefile");

Please consider checking the samples provided with this repository.

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-15