Import initial du projet Production
This commit is contained in:
13
Controleur/ControleurAjaxcontextdemandedecompte.php
Normal file
13
Controleur/ControleurAjaxcontextdemandedecompte.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
require_once 'Framework/Controleur.php';
|
||||
|
||||
class ControleurAjaxcontextdemandedecompte extends Controleur {
|
||||
|
||||
public function __construct() {
|
||||
}
|
||||
|
||||
public function index() {
|
||||
$_SESSION['idDemandeDecompte_C'] = $this->requete->getParametre("idDemandeDecompte");
|
||||
$_SESSION['numeroDemandeDecompte_C'] = $this->requete->getParametre("numeroDemandeDecompte");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user