2017 © Pedro Peláez
 

library contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

image

ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  • Monday, November 30, 2015
  • by ehough
  • Repository
  • 0 Watchers
  • 2 Stars
  • 497 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

contemplate Build Status

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+., (*1)

$template = new ehough_contemplate_impl_SimpleTemplate();  //implements ehough_contemplate_api_Template
$template->setPath('/some/path/to/template.html.php');

$template->setVariable('foo', 'bar');
$template->setVariable('baz', array('one' => 'two'));

echo $template->toString();

The Versions

30/11 2015

dev-develop

dev-develop https://github.com/ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

31/05 2013

dev-master

9999999-dev https://github.com/ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

31/05 2013

1.0.4

1.0.4.0 https://github.com/ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

18/04 2013

1.0.3

1.0.3.0 https://github.com/ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

04/04 2013

1.0.2

1.0.2.0 https://github.com/ehough/contemplate

Template library that uses pure PHP syntax. Nothing new to learn, blazingly fast, and compatible with PHP 5.2+.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

18/03 2013

1.0.1

1.0.1.0 https://github.com/ehough/contemplate

Simple and ultra-fast PHP template library

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.1.0

 

The Development Requires

11/07 2012

1.0.0

1.0.0.0 https://github.com/ehough/contemplate

Simple and ultra-fast PHP template library

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.1.0

 

The Development Requires