你可以按照 商标声明来使用 Smarty 标识。
如需赞助、广告、资讯或其他查询,请通过以下方式与我们联系
目录
TODO:SmartyBC 允许:{php} 和 {include_php}
示例 19.1。使用 SmartyBC
<?php // instead of require_once('path/to/smarty/libs/Smarty.class.php'); $smarty = new Smarty(); // use require_once('path/to/smarty/libs/SmartyBC.class.php'); $smarty = new SmartyBC(); ?>