a
This commit is contained in:
parent
424f4f62b2
commit
6df92d790f
|
|
@ -81,5 +81,15 @@ class Typeprestataire extends Modele
|
|||
$liste = $this->executerRequete($sql);
|
||||
return $liste->fetchAll(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
||||
|
||||
public function getListeReseau()
|
||||
{
|
||||
$sql = 'SELECT codeTypePrestataire as code, libelle
|
||||
FROM typeprestataire where (afficher="1") order by libelle';
|
||||
|
||||
$liste = $this->executerRequete($sql);
|
||||
return $liste->fetchAll(PDO::FETCH_ASSOC);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user