ダウンロードリスト

プロジェクト概要

!SpoolTemplate (!SpTpl) は、テンプレートに基づくレポート システムです。数行のコードを使用してデータベース クエリからレポートを作成することができます。XML 構成ファイルとほんの少しの PHP コードのセットに基づいて各レポートします。グローバル変数、またはデータベース クエリから印刷するデータを取得し、カスタム関数からデータを出力することがあります。各レポートは、多数のテーブルを含めることができ、各テーブルが異なるクエリからのデータを表示ことがあります。ページ ヘッダー、ページ フッター (ページ番号) と、ページと余白のサイズをサポートしています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2005-03-22 22:39
2.1.0

このリリースでは2つの主要なアップデート:PHP5とPostScript出力のサポートをもたらします。 2つのバージョンのPHPとの間の主な違いはSpoolTemplateは、XMLファイルを解析する方法です。 PHP4の環境では、SpoolTemplateのdomxml拡張モジュールが必要です。 PHPでは、5の環境では、DOM拡張が必要です。 PostScript出力は、新しいクラスによって実現されているPHPには、ps拡張子で動作します。
タグ: 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

このリリースで修正さ2つのバグは、1つの新しいタグを追加します。新しいタグを、"関数"と呼ばれる報告書は、ユーザーのカスタム関数からデータを取得することができます。最初のバグ修正が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.

2004-03-05 22:48
2.0

このリリースのPDFレポートを生成、列のサポート、および組み込み関数を追加します。 XMLパーサが書き直されました。今すぐSpoolTemplateとは、CDATAセクションでは、外部エンティティを処理します。
タグ: 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

行の配置と属性の列の位置に固定されている。
タグ: Minor bugfixes
Row alignment and attribute column position have been fixed.

2003-09-30 15:55
1.0

タグ: Initial freshmeat announcement

プロジェクトリソース