Top Level :: HTML

Package Information: HTML_Template_IT

» Summary » License
Integrated Templates Modified BSD license
» Current Release » Bug Summary
1.3.1 (stable) was released on 2018-01-22 by ashnazg (Changelog)
Easy Install

Not sure? Get more info.

pear install HTML_Template_IT

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/HTML_Template_IT


Development Roadmap
  • Package Maintenance Rank: 49 of 229 packages with open bugs
  • Number of open bugs: 4 (50 total bugs)
  • Average age of open bugs: 3253 days
  • Oldest open bug: 4929 days
  • Number of open feature requests: 1 (9 total feature requests)

Report a new bug to HTML_Template_IT
» Description
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.
» Maintainers » More Information

Packages that depend on HTML_Template_IT

Dependencies for HTML_Template_IT