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

show_document.php File Reference

retrieve a document More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user(DbConnect())
 $doc = new Document($cn,$_REQUEST['d_id'])


Detailed Description

retrieve a document

Definition in file show_document.php.


Variable Documentation

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

Definition at line 30 of file show_document.php.

$doc = new Document($cn,$_REQUEST['d_id'])
 

Definition at line 39 of file show_document.php.

$User = new cl_user(DbConnect())
 

Definition at line 34 of file show_document.php.