OpenTBS 是基于 TinyButStrong 模板引擎的 PHP 工具,用来帮助生成 OpenOffice 和 MS Office 文档。
OpenTBS 1.7.4 发布,该版本改进如下:
fixes the parameter "default=current", which did not work and could build invalid documents when the target image was missing. It adds the commands OPENTBS_REPLACEFILE and OPENTBS_FILEEXISTS.
示例代码:
include_once('tbs_class.php');
include_once('tbs_plugin_opentbs.php');
$TBS = new clsTinyButStrong;
$TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
暂无更多评论