FiReports
From FiFormsWiki
(Redirected from FiReport)
FiReports is the reporting engine of the FiForms Framework. FiReports takes an XML report definition containing SQL statements, executes the SQL, and returns the result as an XML document. The XML is then translated into HTML or any one of a number of other formats using an XSLT stylesheet.
At the core of FiForms is the generate.php user interface script, the FiReportXML class, and the XMLDefLoader class.
Articles in this wiki can teach you how to design your own reports using XML.


