怎么在php一个类的函数中使用smarty模板的assign传值
我安装了smarty模板。我写了一个comment类,想在这个类的一个函数中使用assign和display,该怎么办?继承Smarty类后提示“Fatalerror:C...
我安装了smarty模板。我写了一个comment类,想在这个类的一个函数中使用assign和display,该怎么办?继承Smarty类后提示“Fatal error: Call to a member function assign() on a non-object in E:\stu\dy\connsql.php on line 26”。在第26行开始执行assign函数。
展开
1个回答
展开全部
require 'Smarty.class.php';
$smarty = new Smarty;
$smarty->assign("value", $value);
追问
执行后错误,Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'error.html'' in E:\Smarty\libs\sysplugins\smarty_internal_templatebase.php:123 Stack trace:。。。
追答
你要根据你自己的配置设置template file啊。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询