Télécharger la liste

Description du projet

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.

Système requise

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

Cette version apporte deux mises à jour majeurs: le soutien à PHP5 et une sortie PostScript. La différence principale entre les deux versions de PHP est la façon dont SpoolTemplate analyse le fichier XML. Dans l'environnement PHP4, SpoolTemplate nécessite l'extension DOMXML. En PHP 5, l'environnement, il nécessite l'extension DOM. La sortie PostScript est atteint par la nouvelle classe qui fonctionne avec l'extension ps de 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

Cette version corrige deux bugs, et ajoute une nouvelle balise. La nouvelle balise, appelée «fonction», le rapport permet de récupérer les données de fonction personnalisée d'un utilisateur. Le premier bogue fixe est une boucle sans fin qui se sont produits parfois si la taille d'un terrain correspondait à la taille de la colonne. L'autre était un bug Undefined index qui survenait si vous définissez pour imprimer le texte dans une certaine colonne, mais vous n'avez pas activé le 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

Cette version ajoute la génération de PDF rapport, l'appui de colonne et de fonctions intégrées. Le parseur XML a été réécrit. Maintenant SpoolTemplate gère l'entité externe et de la section 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

Alignement Row et la position des colonnes d'attributs ont été corrigés.
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