Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version bringt zwei wichtige Aktualisierungen: Unterstützung für PHP5 und PostScript-Ausgabe. Der Hauptunterschied zwischen den beiden PHP-Versionen ist der Weg, SpoolTemplate analysiert die XML-Datei. In der PHP4 Umgebung erfordert SpoolTemplate DOMXML die Erweiterung. In PHP 5 Umwelt, bedarf es der DOM-Erweiterung. Die PostScript-Ausgabe wird durch die neue Klasse erreicht, die mit dem ps-Erweiterung von 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.

2004-06-03 15:18
2.0.1

Diese Version behebt zwei Fehler, und fügt einen neuen Tag. Der neue Tag, genannt "Funktion", ermöglicht es dem Bericht an den Daten aus benutzerdefinierten Funktion eines Benutzers abrufen. Der erste Fehler behoben wurde eine Endlos-Schleife, die manchmal vor, wenn die Größe eines Feldes der Größe der Spalte angepasst. Die übrigen Fehler wurde ein unbestimmtes Index, wenn Sie den Text in eine Spalte drucken aufgetreten, aber du hast nicht die Möglichkeit der 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

Diese Veröffentlichung fügt PDF-Erstellung von Berichten, Spalte Unterstützung und integrierte Funktionen. Der XML-Parser wurde neu geschrieben. Jetzt SpoolTemplate übernimmt die externe Einheit und der CDATA-Abschnitt.
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

Row Ausrichtung und Position Attributspalte wurden behoben.
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