Download List

Projeto Descrição

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 Back to release list
2.1.0

Esta versão traz duas atualizações importantes: suporte para PHP5 e saída PostScript. A principal diferença entre as duas versões do PHP é o caminho que SpoolTemplate analisa o arquivo XML. No ambiente do PHP4, SpoolTemplate exige a extensão domxml. No PHP 5 ambiente, que requer a extensão DOM. A saída PostScript é realizado através da nova classe que trabalha com a extensão PS do PHP.
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.

Project Resources