noalyss Version-9
Variables
ajax_forecast_item.php File Reference

Manage the forecast item. More...

Go to the source code of this file.

Variables

 $action =$http->request('action')
 
 $ctl_id =$http->request('ctl')
 
catch(Exception $e) $forecast_item = Forecast_Item_MTable::build($p_id)
 
global $g_user
 
 $http =new HttpInput()
 
 $p_id =$http->request('p_id', "number")
 
 try
 

Detailed Description

Manage the forecast item.

Definition in file ajax_forecast_item.php.

Variable Documentation

◆ $action

$action =$http->request('action')

Definition at line 34 of file ajax_forecast_item.php.

◆ $ctl_id

$ctl_id =$http->request('ctl')

Definition at line 36 of file ajax_forecast_item.php.

◆ $forecast_item

catch (Exception $e) $forecast_item = Forecast_Item_MTable::build($p_id)

Definition at line 42 of file ajax_forecast_item.php.

Referenced by Forecast_Item_MTable\build(), and Anticipation\input_form().

◆ $g_user

global $g_user

Definition at line 27 of file ajax_forecast_item.php.

◆ $http

$http =new HttpInput()

Definition at line 31 of file ajax_forecast_item.php.

◆ $p_id

$p_id =$http->request('p_id', "number")

Definition at line 35 of file ajax_forecast_item.php.

◆ try

try
Initial value:
{
$table=$http->request('table')
$table
Definition: menu.inc.php:103

Definition at line 32 of file ajax_forecast_item.php.