Import initial du projet garant
This commit is contained in:
19
Controleur/ControleurFactureconsgc.php
Normal file
19
Controleur/ControleurFactureconsgc.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
require_once 'Framework/Controleur.php';
|
||||
require_once 'Modele/Menuvueutilisateur.php';
|
||||
|
||||
class ControleurFactureconsgc extends Controleur {
|
||||
|
||||
public function __construct() {
|
||||
$this->menuvue = new Menuvueutilisateur();
|
||||
$this->menuvue->getMenuVue('Factureconsgc');
|
||||
|
||||
$_SESSION['idFacture_C'] = "0";
|
||||
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
$this->genererVue();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user