2017 © Pedro Peláez
 

library html_template_it

More info available on: http://pear.php.net/package/HTML_Template_IT

image

pear/html_template_it

More info available on: http://pear.php.net/package/HTML_Template_IT

  • Wednesday, February 28, 2018
  • by cweiske
  • Repository
  • 15 Watchers
  • 2 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 2 Versions
  • 126 % Grown

The README.md

HTML_Template_IT - Integrated Templates

Build Status, (*1)

HTML_Template_IT is a templating engine designed to allow easy separation of concerns. It does this by clearly separating the presentational code from the PHP code. The presentation code may be of any format, however generally XML or HTML is used. This engine works on the foundation of blocks and placeholders. It uses the hierarchy of blocks to determine which presentational code is instantiated when blocks are parsed. The placeholders allow the insertion of "dynamic" information. There are two classes to use for templating. HTML_Template_IT is used for basic templating needs. HTML_Template_ITX gives you full power over the templating engine, allowing blocks to be added, and function callbacks to be used., (*2)

Homepage, (*3)

Installation

For a PEAR installation that downloads from the PEAR channel:, (*4)

$ pear install pear/html_template_it, (*5)

For a PEAR installation from a previously downloaded tarball:, (*6)

$ pear install HTML_Template_IT-*.tgz, (*7)

For a PEAR installation from a code clone:, (*8)

$ pear install package.xml, (*9)

For a local composer installation:, (*10)

$ composer install, (*11)

To add as a dependency to your composer-managed application:, (*12)

$ composer require pear/html_template_it, (*13)

Tests

Run the tests from a local composer installation:, (*14)

$ ./vendor/bin/phpunit, (*15)

License

Modified BSD license, (*16)

The Versions

28/02 2018

dev-master

9999999-dev

More info available on: http://pear.php.net/package/HTML_Template_IT

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by David Soria Parra
by Pierre-Alain Joye
by Thorsten Rinne
by Gregory Currie
by Ulf Wendel

22/01 2018

v1.3.1

1.3.1.0

More info available on: http://pear.php.net/package/HTML_Template_IT

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by David Soria Parra
by Pierre-Alain Joye
by Thorsten Rinne
by Gregory Currie
by Ulf Wendel