Smarty 图标

你可以按照 商标声明来使用 Smarty 标识。

Smarty Template Engine Smarty Template Engine

如需赞助、广告、资讯或其他查询,请通过以下方式与我们联系

使用 Smarty 的网站

广告

第 19 章。SmartyBC - 向后兼容包装器

目录

SmartyBC 类

SmartyBC 类

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();
?>