Converts the reportData object into an XML format. The XML is generated via xmlwriter allowing for large XML files to be built without requiring a large amount of RAM to store the temporary structures. More »
Posted in Report on 19 Nov 2009 @ 20:31
A shared writer that coverts the report data into a PHPExcel object that can then be output by additional writers that inherit this class. More »
Posted in Report on 19 Nov 2009 @ 20:31
Converts the reportData object into a HTML page with CSS markup. HTML output is XHTML and in tabular format. More »
Posted in Report on 19 Nov 2009 @ 20:31
Converts the reportData object into an ODS format. The ods object only supports a small part of the full specification and the original ods-php class is rather light on docs. More »
Posted in Report on 19 Nov 2009 @ 20:31
Converts the reportData object into an Adobe PDF document via fPDF. More »
Posted in Report on 19 Nov 2009 @ 20:31
The report writer component converts the reportData object into an output format for display. This data can itself be cached (depending on the report useCache setting). Each writer can implement whatever additional methods are required to aid in prod... More »
Posted in Report on 19 Nov 2009 @ 20:31
Converts the reportData object into a CSV file in the standard UNIX format, i.e. data points separated by a comma, escaped using the double quote, with a UNIX newline (\n). Unlike other report formats, CSV data is written entirely to disk and is neve... More »
Posted in Report on 19 Nov 2009 @ 20:31