modification pdo
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
// Date : 03/05/2023 à 11H01 '
|
||||
// Auteur : pascal-blain@wanadoo.fr '
|
||||
//****************************************'
|
||||
header('location: index.php?direction=home');
|
||||
|
||||
if (!isset($_REQUEST['action'])) {
|
||||
$_REQUEST['action'] = 'demandeConnexion';
|
||||
}
|
||||
|
3
controleurs/c_homePage.php
Normal file
3
controleurs/c_homePage.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
include(__DIR__ . '/../vues/v_homePage.php');
|
@@ -1,4 +1,9 @@
|
||||
<?php
|
||||
require_once(__DIR__ . '/../Class/class.newFiche.php');
|
||||
|
||||
$newFiche = new Class_newFiche($pdo);
|
||||
$liste = $newFiche->listFraisForfaitaires();
|
||||
|
||||
var_dump($liste);
|
||||
|
||||
include(__DIR__ . '/../vues/v_newFiche.php');
|
||||
|
||||
|
Reference in New Issue
Block a user