This class is a new major release of PHTML::Template PHP template compiler engine.
It features the following changes according to this legend:
+ Added, - Removed, * Changed, ! Bugfix
+ Added support for SWITCH/CASE statements
+ Added md5 support for generating cache files names
+ Added compiled template code cleanup and garbage collection
+ Added 'TIME', 'TIMESTAMP' and 'VERSION' placeholders
* PHP-native include used instead of template merging
* Regular expressions optimized
* Cache files manipulation do not use flock() function now
! Added support for 'LOOP' variables type checking |