Download List

项目描述

SpoolTemplate (SpTpl) is a report system based on templates. It allows you to build reports from database queries using just a few lines of code. It bases each report on a set of XML configuration files and a little bit of PHP code. It gets the data to print from a database query or from global variables, and you may output the data from a custom function. Each report may contain many tables, and each table may display data from different queries. It supports page headers, page footers (with page numbering), and page and margin sizes.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-03 15:18 Back to release list
2.0.1

此版本修正两个错误,并增加了一个新的标签。新的标签,所谓的“功能”,使报告来获取用户的自定义函数的数据。第一个错误修复是一个无限循环发生,有时如果一个字段的大小匹配列的大小。另一个错误是一个不确定的指数发生,如果你设置为打印到某些列的文本,但你没有启用columnset。
标签: Minor bugfixes
This release fixes two bugs, and adds one new tag.
The new tag, called "function", allows the report
to retrieve the data from a user's custom
function. The first bug fixed was an endless loop
that occurred sometimes if the size of one field
matched the size of the column. The other bug was
an undefined index that occurred if you set to
print the text into some column, but you didn't
enable the columnset.

Project Resources