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

show_pj.php File Reference

Go to the source code of this file.

Variables

 $jr_grpt_id = $_GET['jr_grpt_id']
 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user(DbConnect())
 $r = ExecSql($cn,"select jr_def_id from jrn where jr_grpt_id=$jr_grpt_id")
 exit
 $a = pg_fetch_array($r,0)
 $jrn = $a['jr_def_id']
 $ret = ExecSql($cn,"select jr_pj,jr_pj_name,jr_pj_type from jrn where jr_grpt_id=$jr_grpt_id")
 $row = pg_fetch_array($ret,0)
 $tmp = tempnam('/tmp/','document_')
 $file = fopen($tmp,'r')


Variable Documentation

$a = pg_fetch_array($r,0)
 

Definition at line 45 of file show_pj.php.

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

Definition at line 33 of file show_pj.php.

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

Definition at line 69 of file show_pj.php.

$jr_grpt_id = $_GET['jr_grpt_id']
 

Definition at line 31 of file show_pj.php.

$jrn = $a['jr_def_id']
 

Definition at line 46 of file show_pj.php.

Referenced by jrn::GetRowSimple(), ShowFormTransfert(), and TransferCSV().

$r = ExecSql($cn,"select jr_def_id from jrn where jr_grpt_id=$jr_grpt_id")
 

Definition at line 40 of file show_pj.php.

$ret = ExecSql($cn,"select jr_pj,jr_pj_name,jr_pj_type from jrn where jr_grpt_id=$jr_grpt_id")
 

Definition at line 55 of file show_pj.php.

$row = pg_fetch_array($ret,0)
 

Definition at line 58 of file show_pj.php.

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

Definition at line 59 of file show_pj.php.

$User = new cl_user(DbConnect())
 

Definition at line 37 of file show_pj.php.

exit
 

Definition at line 43 of file show_pj.php.