radiantproduction/Controleur/ControleurAjaxetatenteterapportspexercicecatdate.php

13 lines
247 B
PHP

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