dfg
This commit is contained in:
parent
4af496755a
commit
bf119d5280
|
|
@ -22,6 +22,8 @@ class Gestionconfiee extends Modele {
|
|||
WHERE a.id=?";
|
||||
$resultat = $this->executerRequete($sql, array($idGc));
|
||||
$context = $resultat->fetch(PDO::FETCH_ASSOC);
|
||||
var_dump($context);
|
||||
die();
|
||||
$_SESSION['codeGcAssureur_C'] = $context['codeGcAssureur'];
|
||||
$_SESSION['GcAssureur_C'] = $context['libelle'];
|
||||
return $context;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user