radiantproduction/Controleur/ControleurAjaxetatenteterapportspadheleve.php

13 lines
240 B
PHP

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