# smarttemplate 的一个BUG
PHP @ 30 November 2003
看清楚了,是SmartTemplate,不是Smarty Template
在一页中建立一个以上的实例后,第一个以后的模板不会被正确解析。
解法办法
File: class.smarttemplate.php
找到:
unset ($_top);
换成:
unset ($GLOBALS[_top]);
找到:
unset ($_top);
换成:
unset ($GLOBALS[_top]);
搞定..
January 1st, 2004 at 12:18
smartphp里的东西看上去很不错的样子。。
February 5th, 2004 at 11:13
用起来也不错。呵呵。
February 29th, 2004 at 14:42
据说速度比Smarty快很多……
March 4th, 2004 at 22:16
推荐没有用过的朋友都用用吧。偶发现 smarttemplate 越用越上手了。呵呵。
April 16th, 2004 at 17:33
我刚开始看SmartTP.这个bug有没有报告官方呢?
August 27th, 2004 at 14:10
想下载个试试
但是http://www.smartphp.net这个连接好像失效了
avenger 能不能发一个smarttemplate到我邮箱里[email protected]
先谢谢了
March 2nd, 2005 at 16:43
yes/ 不知道
Delete Global Content Array in order to allow multiple use of SmartTemplate class in one script 是什么意思,好像他们已经发现这个问题了.
老外真奇怪哦.
May 20th, 2005 at 17:08
和smarty比哪个更好用?
想找一个能负荷更多流量的。。