Office 文档生成工具 OpenTBS 1.7.2 发布

webphp 12年前
     <p>OpenTBS 是基于 TinyButStrong 模板引擎的 PHP 工具,用来帮助生成 OpenOffice 和 MS Office 文档。</p>    <h4>Main features:</h4>    <ul>     <li>can connect to any database type (in native: <span class="dataname"><span style="color:#6f45da;">MySql</span></span>, <span class="dataname"><span style="color:#6f45da;">SQLite</span></span>, <span class="dataname"><span style="color:#6f45da;">PostgreSQL</span></span>),</li>     <li>easy date-time and numeric formats,</li>     <li>blocks with alternated display,</li>     <li>multi-columns display,</li>     <li>conditional display,</li>     <li>event functions,</li>     <li>file inclusion and other scripts execution,</li>     <li>cache system,</li>     <li>plug-ins.</li>    </ul>    <p>示例代码:</p>    <pre class="brush:php; toolbar: true; auto-links: false;">include_once('tbs_class.php');  include_once('tbs_plugin_opentbs.php');   $TBS = new clsTinyButStrong;  $TBS->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);</pre>    <p>OpenTBS 1.7.2 发布了,该版本修复了两个bug:在表单中使用 OPENTBS_SELECT_SHEET命令的问题,以及 Excel 表格中第一个非空单元格的合并问题。<br /> <strong>项目地址</strong>:<a href="/misc/goto?guid=4958188258242463774">http://www.tinybutstrong.com/</a><br /> <br /> </p>    <div id="p_fullcontent" class="detail">     <p><a href="/misc/goto?guid=4958188258242463774" target="_blank">TinyButStrong</a>(TBS)是一个可以让PHP脚本和HTML文件干净分离的PHP模板引擎。TBS设计成可以使用任何可视化HTML编辑器来编写TBS的HTML模板页。</p>     <p><strong>该软件已改名为 OpenTBS。</strong></p>    </div>    <p><br /> </p>