CMS  Version 3.9
custom_report.inc File Reference

Go to the source code of this file.

Variables

 $report_id = $_GET["report_id"]
 
 $edit = checkNumeric($_GET["edit"])
 
 $mode = $_POST["custom_report_mode"]
 
 $target = checkIdentifier($_GET["target"])
 
if($report_id) else
 
$page page_title = "Create a New Report"
 

Variable Documentation

◆ $edit

$edit = checkNumeric($_GET["edit"])

Definition at line 6 of file custom_report.inc.

◆ $mode

$mode = $_POST["custom_report_mode"]

Definition at line 7 of file custom_report.inc.

◆ $report_id

$report_id = $_GET["report_id"]

Definition at line 5 of file custom_report.inc.

◆ $target

$target = checkIdentifier($_GET["target"])

Definition at line 8 of file custom_report.inc.

◆ else

if ( $method=="POST"||isset( $_REQUEST["__excel"])) else
Initial value:
{
if (!$target)
{
throw new FakoliException("No target specified");
}
$target
static createManager($target)
FakoliException is the base exception class for all Fakoli errors.
Definition: core.inc:53

Definition at line 30 of file custom_report.inc.

◆ page_title

$page page_title = "Create a New Report"

Definition at line 39 of file custom_report.inc.