noalyss Version-9
Variables
export_fiche_csv.php File Reference

Send a CSV file with card. More...

Go to the source code of this file.

Variables

 $cn =Dossier::connect()
 
 $export =new Noalyss_Csv(_('fiche'))
 
 $gDossier =dossier::id()
 
 $http =new HttpInput()
 
if(isset($_GET['fd_id'])) exit
 

Detailed Description

Send a CSV file with card.

Definition in file export_fiche_csv.php.

Variable Documentation

◆ $cn

Definition at line 29 of file export_fiche_csv.php.

◆ $export

$export =new Noalyss_Csv(_('fiche'))

Definition at line 33 of file export_fiche_csv.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 27 of file export_fiche_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 30 of file export_fiche_csv.php.

◆ exit

if (isset( $_GET[ 'fd_id'])) exit

Definition at line 74 of file export_fiche_csv.php.