25if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
29$name=
$cn->get_value(
"select pa_name from plan_analytique where pa_id=$1",
38 left join groupe_analytique using (ga_id)
39 where poste_analytique.pa_id=$1 order by po_name asc ",[
$pa_id]);
Manage the CSV : manage files and write CSV record.