Release Notes: A configuration file was added. An INCLUDE tag feature was added. "Logic expression" evaluation was fixed and enhanced so that the loop name can be used in the expression as a variable instead of another expression that represents the count of the table data loop. While it is impossible to use all internal PHP functions by default, you can now use a declaration in the configuration file to permit this. The "RegisterFunction" function was added, which is used to register a custom function used by the class.


Release Notes: A configuration file was added. An INCLUDE tag feature was added. "Logic expression" evaluation was fixed and enhanced so that the loop name can be used in the expression as a variable instead of another expression that represents the count of the table data loop. While it is impossible to use all internal PHP functions by default, you can now use a declaration in the configuration file to permit this. The "RegisterFunction" function was added, which is used to register a custom function used by the class.


Release Notes: IF-ELSEIF-ELSE blocks and LOOP blocks are now supported. Multi-template files can be handled as header, body, and footer. The output can be sent to stdout, to a file, or as string (by using _PIPE mode). The section works recursively. A class for PHP4 users was added. See sample3.php and sample4.php for a review of how to use it. The sample for PHP4 compatibility version is also available.


Release Notes: The "sample2.php" sample file was added to serve as an example document. It is used to add or edit an item from the browse page.


Release Notes: This is a pre-release version. It supports looping logic such as for table appearance.