noalyss Version-9
Variables
follow_up_other_concerned_display_table.php File Reference

display a table More...

Go to the source code of this file.

Variables

 $aColumn = $this->get_option()
 
for($o=0;$o< $nb_column;$o++) $aOther
 
 $nb_column =count($aColumn)
 
 $nb_other =count($aOther)
 
 $r ='0,1,2'
 
 for ($e=0; $e< $nb_column; $e++) =HtmlInput::filter_table("action_concerned_list_tb1", $r, 1)
 

Detailed Description

display a table

Definition in file follow_up_other_concerned_display_table.php.

Variable Documentation

◆ $aColumn

$aColumn = $this->get_option()

Definition at line 29 of file follow_up_other_concerned_display_table.php.

◆ $aOther

for ( $o=0; $o< $nb_column; $o++) $aOther ( )
Initial value:
=$this->db->get_array("
select (select ad_value from fiche_detail fd1 where fd1.f_id=ap.f_id and ad_id=23) as qcode ,
f_id
,ap.ap_id
from action_person ap
join action_gestion on (ap.ag_id=action_gestion.ag_id)
where ap.ag_id=$1 order by 1",[$this->ag_id])
$fl ag_id
$SecUser db

Definition at line 57 of file follow_up_other_concerned_display_table.php.

◆ $nb_column

$nb_column =count($aColumn)

Definition at line 31 of file follow_up_other_concerned_display_table.php.

◆ $nb_other

$nb_other =count($aOther)

◆ $r

$r ='0,1,2'

Definition at line 30 of file follow_up_other_concerned_display_table.php.

◆ for

for( $e=0;$e< $nb_column;$e++) ( ) =HtmlInput::filter_table("action_concerned_list_tb1", $r, 1)

Definition at line 32 of file follow_up_other_concerned_display_table.php.