radiantprestation/extranet/Controleur/ControleurAjaxcontextfeuillemaladie.php

12 lines
299 B
PHP

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxcontextfeuillemaladie extends Controleur {
public function __construct() {
}
public function index() {
$_SESSION['p_numeroFeuilleMaladie_C'] = $this->requete->getParametre("numeroFeuilleMaladie");
}
}