2017 © Pedro Peláez
 

php-template-engine darwintpl

DarwinTpl template engine

image

anis2505/darwintpl

DarwinTpl template engine

  • Saturday, August 22, 2015
  • by anis2505
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DarwinTpl Template Engine V1.0.0

Distribution repository

GitHub Logo, (*1)

Php Template engine using native Php markup. No complicated or new syntax to learn., (*2)

to get started. download the DarwinTpl package., (*3)

include the DarwinTpl class file., (*4)

include(PATH_TO_DARWINTPL.'DarwinTpl.php')

Or simply using composer, (*5)

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

in your composer.json file., (*6)

in you script create an instance of the class, (*7)

$darwinTpl = new Darwin\DarwinTpl( TEMPLATES_ROOT_PATH );

Now you are ready to use DarwinTpl., (*8)

$darwinTpl->render("templatefile");

Please consider checking the samples provided with this repository.

The Versions

22/08 2015

dev-master

9999999-dev

DarwinTpl template engine

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Anis Ghabri

templating package templates views darwin engines