Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

show_document_modele.php File Reference

send the document template More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user(DbConnect())
 $r
 exit
 $row = pg_fetch_array($r,0)
 $tmp = tempnam('/tmp/','document_')
 $file = fopen($tmp,'r')


Detailed Description

send the document template

Definition in file show_document_modele.php.


Variable Documentation

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 30 of file show_document_modele.php.

$file = fopen($tmp,'r')
 

Definition at line 60 of file show_document_modele.php.

Referenced by FormAchView(), FormFin(), FormVenteView(), Document_modele::Get(), Cpdf::openFont(), Document::Send(), and UpdateJrn().

$r
 

Initial value:

ExecSql($cn,"select md_id,md_lob,md_filename,md_mimetype 
                 from document_modele where md_id=".$_REQUEST['md_id'])

Definition at line 39 of file show_document_modele.php.

$row = pg_fetch_array($r,0)
 

Definition at line 45 of file show_document_modele.php.

$tmp = tempnam('/tmp/','document_')
 

Definition at line 50 of file show_document_modele.php.

Referenced by Creport::dots(), Cpdf::ellipse(), Cpdf::encryptInit(), Cezpdf::ezPRVTaddPageNumbers(), Document_modele::Get(), Cpdf::md5_16(), Cpdf::o_contents(), Cpdf::o_destination(), Cpdf::o_encryption(), Cpdf::o_image(), Cpdf::o_pages(), Cpdf::openFont(), Cpdf::output(), Creport::rf(), Cpdf::selectFont(), Document::Send(), Cpdf::stream(), and fiche::update().

$User = new cl_user(DbConnect())
 

Definition at line 34 of file show_document_modele.php.

exit
 

Definition at line 43 of file show_document_modele.php.