CMS  Version 3.9
custom_report_results.inc File Reference

Go to the source code of this file.

Variables

 $report_id = $_GET["report_id"]
 
 $excel = $_GET["__excel"]
 
if($report_id &&is_numeric($report_id) && $method=="GET") else
 
 $script =
 

Variable Documentation

◆ $excel

$excel = $_GET["__excel"]

Definition at line 6 of file custom_report_results.inc.

◆ $report_id

$report_id = $_GET["report_id"]

Definition at line 5 of file custom_report_results.inc.

◆ $script

$script =

Definition at line 19 of file custom_report_results.inc.

◆ else

if ( $report_id &&is_numeric( $report_id) &&$method=="GET") else
Initial value:
{
$method = "reportLoader.loadFromRequest(".json_encode($_POST).", '$excel');"
$_POST["owner_id"]
Definition: blog_form.inc:54
$method
Pull out a simple reference to the request method.
Definition: core.inc:1573

Definition at line 14 of file custom_report_results.inc.