radiantproduction/Controleur/ControleurAjaxetatenteterapportspexo.php

13 lines
235 B
PHP

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