在调试网页的时候发现错误提示 Fatal error: Smarty error: [in index-article-viewone.html line 36]: syntax error: unrecognized tag: $efon_count) {$efon_text (Smarty_Compiler.class.php, line 446) in /usr/home/com/fdagz.com/manager/libs/Smarty.class.php on line 1095
刚学smarty犯了两个低级错误,记录下来,其中一个是没有初始化smarty,另外一个居然是没有定义变量,我按照phplib的模版来定义了,郁闷 "Fatal error: Call to a member function on a non-object in D:webworkswedding-rings.cnindex.php on line 3",这个便是没有初始化smarty了,我把变量的大小写搞错,"Fatal error: Smarty error: [in index.htm line 8]: syntax error: unrecognized tag 'Title' (Smarty_Compiler.class.php, line 590) in D:webworkswedding-rings.cnsmartySmarty.class.php on line 1095",这个便是我按照phplib模版的写法导致的错误