set_item_template()
set_item_template(string $tpl)
Set the item template.
Parameters
string | $tpl | The name of the item template. If the parameter ends with .tpl a file template will be assumed. |
A simple class that generates a report using a template to format the layout of each item or row.
This class is used by the formatted_report_generator to generate output.
set_query(\CGExtensions\query\query $query)
Set the query that will be used for this report.
\CGExtensions\query\query | $query | The query object |