将 smarty 与 codeigniter 集成

integrate smarty with codeigniter

我是 codeigniter 框架和 smarty 模板的初学者。

我想将 smarty 模板与 codeigniter 框架集成。
我关注了linkhttp://sunwebexpert.com/books/detail/PHP/integrating-smarty-and-codeigniter.html

我遇到了这样的错误

Fatal error: Uncaught --> Smarty: Unable to load template file 'index.tpl' <-- thrown in C:\xampp\htdocs\CodeIgniterNew\application\libraries\smarty\libs\sysplugins\smarty_internal_templatebase.php on line 129

views/templates 目录中是否有 'index.tpl' 文件?