php SmartyBC.class.php是干什么用的?
1 回答

守候你守候我
TA貢獻1802條經驗 獲得超10個贊
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中會依然保持對他的支持。
- 1 回答
- 0 關注
- 608 瀏覽
添加回答
舉報
0/150
提交
取消