13 lines
230 B
PHP
13 lines
230 B
PHP
<?php
|
|
require_once 'Framework/Controleur.php';
|
|
|
|
class ControleurAjaxetatentetefacture extends Controleur {
|
|
|
|
public function __construct() {
|
|
}
|
|
|
|
public function index()
|
|
{
|
|
$this->genererVueAjax();
|
|
}
|
|
} |