a
This commit is contained in:
parent
424f4f62b2
commit
6df92d790f
|
|
@ -82,4 +82,14 @@ class Typeprestataire extends Modele
|
||||||
return $liste->fetchAll(PDO::FETCH_ASSOC);
|
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