Initial commit for newdesigngestionnaire project
This commit is contained in:
16
Controleur/ControleurAjaxflexcode.php
Executable file
16
Controleur/ControleurAjaxflexcode.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
require_once 'Framework/Controleur.php';
|
||||
// require_once 'Modele/Client.php';
|
||||
|
||||
class ControleurAjaxflexcode extends Controleur {
|
||||
|
||||
public function __construct() {
|
||||
// $this->client = new Client();
|
||||
}
|
||||
|
||||
public function index() {
|
||||
// $idClient = $this->requete->getParametre("idClient");
|
||||
// $this->client->getContexteAjaxClient($idClient);
|
||||
$this->genererVueAjax();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user