可以根据商标声明使用 Smarty 徽标。
有关赞助、广告、新闻或其他问题,请通过以下方式联系我们
testInstall() — 检查 Smarty 安装
void testInstall();
此函数验证 Smarty 安装的所有必需工作文件夹均可访问。它输出相应的协议。
示例 14.52. testInstall()
<?php require_once('Smarty.class.php'); $smarty = new Smarty(); $smarty->testInstall(); ?>