Import initial du projet Production
This commit is contained in:
11
Modele/Entete_echeancier_temp.php
Executable file
11
Modele/Entete_echeancier_temp.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
require_once 'Framework/Modele.php';
|
||||
class Entete_echeancier_temp extends Modele {
|
||||
|
||||
public function getEntete_echeancier_temp($user) {
|
||||
$sql = 'select * from entete_echeancier_temp where (user=?)';
|
||||
|
||||
$entete_echeancier = $this->executerRequete($sql, array($_SESSION['login']));
|
||||
return $entete_echeancier->fetch(PDO::FETCH_ASSOC);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user