6 $edit = checkNumeric($_GET[
"edit"]);
8 $target = checkIdentifier($_GET[
"target"]);
14 $page->page_title = $customReport->title;
20 $customReport->save();
23 $customReport->drawForm();
27 $customReport->generateReport();
39 $page->page_title =
"Create a New Report";
41 if (
$method ==
"POST" || isset($_REQUEST[
"__excel"]))
45 $customReport->save();
46 redirect(
"custom_report?report_id={$customReport->report_id}&edit=1");
50 $customReport->generateReport();
55 $customReport->drawForm();
static createManager($target)
FakoliException is the base exception class for all Fakoli errors.
static using()
Import the datamodels, views and manifest for the specified component(s).
static load($report_id, $mode="")
$method
Pull out a simple reference to the request method.