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

fiche_search.php File Reference

Search a card in a popup window. More...

Go to the source code of this file.

Variables

 $rep = DbConnect()
 $User = new cl_user($rep)
 $cn = DbConnect($_SESSION['g_dossier'])
 $Max = pg_NumRows($Res)
 $list = pg_fetch_array($Res,0)
 $list_fiche = $list['fiche']
 $r = ""
 $e_fic_search = (isset ($_POST['fic_search']))?$_POST['fic_search']:""
 $sql = "select * from vw_fiche_attr where fd_id in ( $list_fiche )"


Detailed Description

Search a card in a popup window.

Definition in file fiche_search.php.


Variable Documentation

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

Definition at line 52 of file fiche_search.php.

$e_fic_search = (isset ($_POST['fic_search']))?$_POST['fic_search']:""
 

Definition at line 97 of file fiche_search.php.

$list = pg_fetch_array($Res,0)
 

Definition at line 72 of file fiche_search.php.

return $list_fiche = $list['fiche']
 

Definition at line 77 of file fiche_search.php.

$Max = pg_NumRows($Res)
 

Definition at line 66 of file fiche_search.php.

$r = ""
 

Definition at line 89 of file fiche_search.php.

$rep = DbConnect()
 

Definition at line 30 of file fiche_search.php.

$sql = "select * from vw_fiche_attr where fd_id in ( $list_fiche )"
 

Definition at line 114 of file fiche_search.php.

$User = new cl_user($rep)
 

Definition at line 32 of file fiche_search.php.