noalyss Version-9
Variables
export_anc_axis_csv.php File Reference

Export ANALYTIC Axis in CSV. More...

Go to the source code of this file.

Variables

 $array
 
 $http =new HttpInput()
 
 $name
 
 $output =new Noalyss_Csv($name)
 
 $pa_id =$http->get("pa_id","number")
 

Detailed Description

Export ANALYTIC Axis in CSV.

Definition in file export_anc_axis_csv.php.

Variable Documentation

◆ $array

$array
Initial value:
=$cn->get_array(" select
po_name,
po_amount,
po_description,
ga_description
from
poste_analytique
left join groupe_analytique using (ga_id)
where poste_analytique.pa_id=$1 order by po_name asc ",[$pa_id])

Definition at line 31 of file export_anc_axis_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 27 of file export_anc_axis_csv.php.

◆ $name

$name
Initial value:
=$cn->get_value("select pa_name from plan_analytique where pa_id=$1",
[$pa_id])

Definition at line 29 of file export_anc_axis_csv.php.

◆ $output

$output =new Noalyss_Csv($name)

◆ $pa_id

$pa_id =$http->get("pa_id","number")

Definition at line 28 of file export_anc_axis_csv.php.