noalyss Version-9
Variables
action.inc.php File Reference

Page who manage the different actions (meeting, letter) More...

Go to the source code of this file.

Variables

 $ag_id =$http->request("ag_id","string","0")
 
 $base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()])
 
global $g_user
 
 $http =new HttpInput()
 
 $retour
 
 $sub_action =$http->request("sa","string","")
 Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file. More...
 

Detailed Description

Page who manage the different actions (meeting, letter)

Definition in file action.inc.php.

Variable Documentation

◆ $ag_id

$ag_id =$http->request("ag_id","string","0")

Definition at line 54 of file action.inc.php.

Referenced by HtmlInput\detail_action(), and Card_Multiple\display_option().

◆ $base

$base ="do.php?".http_build_query(["ac"=>$http->request("ac"),"gDossier"=>Dossier::id()])

◆ $g_user

global $g_user

Definition at line 24 of file action.inc.php.

◆ $http

$http =new HttpInput()

Definition at line 25 of file action.inc.php.

◆ $retour

$retour
Initial value:
=HtmlInput::button_anchor(_('Retour liste'),
HtmlInput::request_to_string(array("closed_action","remind_date_end","remind_date","sag_ref","only_internal",
"state","ac","gDossier","qcode","ag_dest_query","action_query","tdoc","date_start","date_end","hsstate",
"searchtag",
"closed_action",
"tag_option",)),
"","","smallbutton")
static request_to_string($array, $start="?")
transform $_REQUEST data to string
static button_anchor($p_label, $p_value, $p_name="", $p_javascript="", $p_class="smallbutton")
create a button with a ref

Definition at line 27 of file action.inc.php.

◆ $sub_action

$sub_action =$http->request("sa","string","")

Show the list of action, this code should be common to several webpage. But for the moment we keep like that because it is used only by this file.

Parameters
$cndatabase connection
$retourbutton for going back
$h_urlcalling url

Definition at line 50 of file action.inc.php.