首页上一页 1 下一页尾页 3 条记录 1/1页
关于《php自学视频教程》一书中smarty注册
发表在PHP图书答疑
2015-01-19
是否精华
是
否
版块置顶:
是
否
关于《php自学视频教程》书中,只是介绍smarty注册,并未细说。
请教:
我在本书之前的学习中,用smarty时,不用注册(只需指定路径与配置文件)也可以应用smarty模板。
但在后面的建站实验中,书中代码则需要注册smarty。
我为了搞清smarty 注册,便对代码中
/*function unhtml($params){
extract($params);
$text=$content;
global $usefun;
return $usefun->UnHtml($text);
}
$smarty->register_function("unhtml","unhtml");*/
做了注释,则系统提示:
Fatal error: Smarty error: [in cpzs.html line 19]: [plugin] unknown tag - 'unhtml' (core.load_plugins.php, line 118) in C:\AppServ\www\123\system\smarty\Smarty.class.php</b> on line 1113
网上查找答案,看到这个http://blog.51yip.com/smarty/926.html。
请问,这个smarty注册功能是专门针对 smarty plugin (插件)吗?
请教:
我在本书之前的学习中,用smarty时,不用注册(只需指定路径与配置文件)也可以应用smarty模板。
但在后面的建站实验中,书中代码则需要注册smarty。
我为了搞清smarty 注册,便对代码中
/*function unhtml($params){
extract($params);
$text=$content;
global $usefun;
return $usefun->UnHtml($text);
}
$smarty->register_function("unhtml","unhtml");*/
做了注释,则系统提示:
Fatal error: Smarty error: [in cpzs.html line 19]: [plugin] unknown tag - 'unhtml' (core.load_plugins.php, line 118) in C:\AppServ\www\123\system\smarty\Smarty.class.php</b> on line 1113
网上查找答案,看到这个http://blog.51yip.com/smarty/926.html。
请问,这个smarty注册功能是专门针对 smarty plugin (插件)吗?