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 Requirements

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.

2005-03-22 22:39
2.1.0

이 릴리스에는 두 가지 주요 업데이트 : PHP5와 포스트 스크립트 출력을위한 지원을 제공. 2 PHP 버전 사이의 주요 차이점은 SpoolTemplate XML 파일을 구문 분석하는 방법입니다. PHP4 환경에서 SpoolTemplate DOMXML 확장이 필요합니다. PHP에서는 5 환경에, 그것을 DOM을 확장합니다. 포스트 스크립트 출력이 새 클래스에 의해 달성은 PHP의 ps의 확장명을 가진 작품.
Tags: Major feature enhancements
This release brings two major updates: support for
PHP5 and PostScript output. The main difference
between the two PHP versions is the way that
SpoolTemplate parses the XML file. In the PHP4
environment, SpoolTemplate requires the DOMXML
extension. In PHP 5 environment, it requires the
DOM extension. The PostScript output is achieved
by the new class that works with the ps extension
of PHP.

2004-06-03 15:18
2.0.1

이 릴리스에는 두 가지 버그 수정과 하나의 새로운 태그를 추가합니다. 새 태그, "기능"라는 보고서를 사용자 정의 함수에서 데이터를 검색할 수있습니다. 첫 번째 버그가 수정된 경우 필드의 크기가 열의 크기를 일치 가끔 무한 루프가 발생했다. 다른 버그가하면 일부 항목에 텍스트를 출력하도록 설정이 정의되지 않은 인덱스가 발생했습니다,하지만 당신은 columnset을 설정하지 않았다.
Tags: 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.

2004-03-05 22:48
2.0

이 릴리스에는 PDF로 리포트를 생성, 열, 지원 및 내장 기능을 추가합니다. XML 파서를 재작 성되었습니다. 이제 SpoolTemplate 및 CDATA 섹션의 외부 엔티티를 처리합니다.
Tags: Major feature enhancements
This release adds PDF report generation, column support, and built-in functions. The XML parser has been rewritten. Now SpoolTemplate handles the external entity and the CDATA section.

2003-11-01 01:32
1.0.1

행 정렬 및 속성 열 위치를 고정되었습니다.
Tags: Minor bugfixes
Row alignment and attribute column position have been fixed.

2003-09-30 15:55
1.0

Tags: Initial freshmeat announcement

Project Resources