radiantproduction/Controleur/ControleurAjaxentetesituationclients.php

13 lines
235 B
PHP

<?php
require_once 'Framework/Controleur.php';
class ControleurAjaxentetesituationclients extends Controleur {
public function __construct() {
}
public function index()
{
$this->genererVueAjax();
}
}