PEAR  
Search package by name
 

Package Management
Package Management

 

Package Search
Package Search

 

Channel Management
Channel Management

 

Configuration
Configuration

 
Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
  About pear.php.net/HTML_Template_IT-1.3.0
Release Type PEAR-style PHP-based Package
Name HTML_Template_IT
Channel pear.php.net
Summary Integrated Templates
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 Gregory Currie <gregorycu@php.net> (lead)
Pierre-Alain Joye <pajoye@php.net> (lead, inactive)
David Soria Parra <dsp@php.net> (lead, inactive)
Thorsten Rinne <thorstenr@php.net> (developer, inactive)
Ulf Wendel <ulf.wendel@phpdoc.de> (developer, inactive)
Release Date 2010-03-10 19:08:10
Release Version 1.3.0 (stable)
API Version 1.3.0 (stable)
License Modified BSD license
Release Notes Changes since last stable release (1.2.1):
- Add support for pear package 2.0 format
- Remove support for pear package 1.0 format
- Fix bug #9501, doller signs disapear if preg_match is used.
- Fix bug #9783, don't remove variable which values follow the variable pattern
To allow backwards compatbility an option preserve_input is added.
If it is false, the old behaviour will be used and therefore those values will be deleted.
Default is true, so new behaviour.
- Fix bug #9853, problems with dots in placeholders or blocknames
- Fix bug #13935, docblock is wrong
- Fix bug #17129
- Add option 'preserve_input' to only remove unkown variable that were present
during setTemplate or loadTemplatefile
which is the behaviour before 1.3.0a1
- Improved PHPCS (Request #15039)
- Added unit tests
- Fixed unit tests
Required Dependencies PHP version 4.0.0
PEAR installer version 1.4.0b1 or newer
package.xml version 2.0
Last Modified 2010-08-11 09:54
Previous Installed Version - None -
More manual Package Documentation
./.. List Files
extra info Extended Package Information
manual pear.php.net Developer Documentation
manual pear.php.net Package Manual