Package: php-html-template-it
Version: 1:1.3.1-1~20180308133508.2+jessie
Architecture: all
Maintainer: Debian PHP PEAR Maintainers
Installed-Size: 143
Depends: php5-common (>= 4.0.0)
Homepage: http://pear.php.net/package/HTML_Template_IT/
Priority: optional
Section: php
Filename: pool/main/p/php-html-template-it/php-html-template-it_1.3.1-1~20180308133508.2+jessie_all.deb
Size: 26508
SHA256: 23384739ead181c6a56e7fd1357229caf951d70c56313d6a082f13c8317db118
SHA1: f8672a9aaf3eacb9f46177fe5f281838ae934424
MD5sum: 7d09c5e49a58fa5fb0a490e37cf8b02d
Description: Integrated Templates
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.