为了账号安全,请及时绑定邮箱和手机立即绑定

php SmartyBC.class.php是干什么用的?

php SmartyBC.class.php是干什么用的?

PHP
森栏 2018-12-06 06:05:30
php SmartyBC.class.php是干什么用的?
查看完整描述

1 回答

?
ABOUTYOU

TA贡献1812条经验 获得超5个赞

Smarty Backward Compatability Wrapper Class
这是 SmartyBC.class.php里面的一行注释,这个累主要是为了做向后兼容,因为Smarty3相对于Smarty2存在一定的变化,其中包括一部分新增的内容,也去掉了Smarty中的一部分不规范的内容,这个类是为了让用户升级Smarty3 的时候可以更容易的兼容原来用Smarty2开发的程序。
比如:
Smarty 3 allows expressions almost anywhere. Expressions can include PHP
functions as long as they are not disabled by the security policy, object
methods and properties, etc. The {math} plugin is no longer necessary but
is still supported for BC.
这里面说的,{math}插件在Smarty 3中已经不是必须的插件,但是在SmartyBC中会依然保持对他的支持。

查看完整回答
反对 回复 2018-12-18
  • 1 回答
  • 0 关注
  • 550 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信