Download List

项目描述

PHP Fast Template clone is a replacement of the original class.FastTemplate PHP code, and provides a full recursive template structure. The "dynamic" template blocks allowed in class.FastTemplate can now be nested allowing more compact templates in some cases.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-02 10:17
1.26

在PREG_DYN(乞讨,完)声明修改忽略尾随在HTML注释块的意见。追加()方法是为了方便时补充文本添加到一个关键,这也与数组参数工程。负载()作了修改,不会抛出错误如果模板文件是空的,它可以与NOEMPTY设置控制。
标签: Minor feature enhancements
The PREG_DYN{BEG,END} statement was modified to ignore trailing comments in HTML comment blocks. An append() method was added as a convenience when adding text to a key, which also works with array arguments. load() was modified to not throw an error if the template file was empty, which can be controlled with the NOEMPTY setting.

2001-10-19 03:10
1.22

安静()已添加到允许模板变量将在警告消息,而不会产生最终输出存在。该文档已被updtated,以及“如何”部分已经启动。
标签: Minor feature enhancements
quiet() has been added to allow template variables to be present in the final output without generating warning messages. The documentation has been updtated, and a "How To" section has been started.

2001-10-18 23:12
1.21

清除()FastTemplate兼容性和新功能clear_dynamic()(这使得多层次的名单时,更易于管理的一些内容可能为空)。
标签: Major bugfixes
clear() FastTemplate compatibility, and a new function clear_dynamic() (which makes multi-level lists easier to manage when some elements may be blank).

2001-10-12 03:41
1.20

此版本已清理代码,以便它悄悄地运行与使用error_reporting(E_ALL来偶数)打开。相簿的样品已被更新。目前的压缩包不包括任何图像,所以你需要包括您自己,建立适当的缓存目录。或者,你可以得到的图像压缩档。
标签: Minor bugfixes
This release has code cleanup so that it runs quietly even with error_reporting(E_ALL) turned on. The photo album sample has been updated. The current tarball does not include any images, so you will need to include your own and set up the cache directory appropriately. Alternately, you can get the images tarball.

2001-10-04 05:13
1.19

阿元以吨,“解析(主,阵列('表','主'))错误必须与FastTemplate兼容修复。
标签: Minor bugfixes
A fix for a $t->parse(MAIN,array('table','main')) bug to be compatible with FastTemplate.

Project Resources