顯示tpl文件找不到怎么解決啊Fatal error: Uncaught --> Smarty: Unable to load template 'file:test.tpl' <-- thrown in D:\PHPstudy\PHPTutorial\WWW\smarty\smarty\sysplugins\smarty_internal_template.php on line 195
Fatal error: ?Uncaught ?--> Smarty: Unable to load template 'file:test.tpl' <-- ?thrown in D:\PHPstudy\PHPTutorial\WWW\smarty\smarty\sysplugins\smarty_internal_template.php on line 195
希望老師和看到的大佬幫忙解決一下
2019-02-21
改成:
$smarty->display('tpl/test.tpl');
貌似改成這樣就正常了