Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
|
HTTP handler to preview a report given a template. More...
Public Member Functions | |
handle ($params) |
HTTP handler to preview a report given a template.
Parameter Name | Parameter Description | Example Input |
---|---|---|
--template | The HTML template content to be used to generate the report. | <h1>My Report Title</h1> My field {$my_field} |
--css | The CSS to use to style the content. | body { font-family: sans-serif;} |
-table | The name of the table on which to run the sample report. | transactions |
This handler will return a text/html response
Definition at line 56 of file htmlreports_preview_report.php.
handle | ( | $ | params | ) |
Definition at line 58 of file htmlreports_preview_report.php.