显示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

来源:5-3 Smarty的配置与实例化

renyutao

2019-01-23 11:35

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


https://img1.mukewang.com/5c47e0df0001853c07900591.jpg

希望老师和看到的大佬帮忙解决一下

写回答 关注

1回答

  • 隔壁家的二狗子
    2019-02-21 17:21:40

    改成:

    $smarty->display('tpl/test.tpl');

    貌似改成这样就正常了

MVC架构模式分析与设计

通过学习MVC理论知识,由浅入深带您实现人生第一个MVC框架

82400 学习 · 929 问题

查看课程

相似问题