13 lines
300 B
PHP
Executable File
13 lines
300 B
PHP
Executable File
<?php
|
|
require_once 'Framework/Controleur.php';
|
|
|
|
class ControleurAjaxcontextbonspharmacie extends Controleur {
|
|
|
|
public function __construct() {
|
|
}
|
|
|
|
public function index()
|
|
{
|
|
$_SESSION['p_numeroBonOrdonnance_C'] = $this->requete->getParametre("numeroBonOrdonnance");
|
|
}
|
|
} |