时间:2021-07-01 10:21:17 帮助过:32人阅读
项目中有个需求:提供了一个php函数,返回bool值,而且这个函数已经register到smarty模板中,模板中要调用这个函数,并根据返回结果判断显示什么内容,smarty中可以将函数调用结果存入变量吗?
哈哈,自已搞定了,例子如下:
<{php}>
$this->assign('result', api('ip.client_ip'));
<{/php}>
<{$result}>
参考:http://www.smarty.net/docs/en/languag...