noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
export_fiche_pdf.php File Reference

Called by impress->category, export in PDF the history of a category of card. More...

Go to the source code of this file.

Variables

 $cn = new Database($gDossier)
 $gDossier = dossier::id()
 $name = $cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))
 $pdf = new PDF($cn)
 exit

Detailed Description

Called by impress->category, export in PDF the history of a category of card.

Definition in file export_fiche_pdf.php.


Variable Documentation

$cn = new Database($gDossier)

Definition at line 37 of file export_fiche_pdf.php.

$gDossier = dossier::id()

Definition at line 36 of file export_fiche_pdf.php.

$name = $cn->get_value('select fd_label from fiche_def where fd_id=$1',array($_GET['cat']))

Definition at line 45 of file export_fiche_pdf.php.

$pdf = new PDF($cn)

Definition at line 41 of file export_fiche_pdf.php.

Definition at line 232 of file export_fiche_pdf.php.

 All Data Structures Namespaces Files Functions Variables Enumerations