nettoyer($reseau['codeReseau']); $idReseau = $this->nettoyer($reseau['id']); $nomReseau = $this->nettoyer($reseau['libelle']); // Extraction unique des types pour les selects (Optionnel) $typesDispo = est_anglophone() ? array_unique(array_column($prestatairesdispo, 'typeprestataireEng')) : array_unique(array_column($prestatairesdispo, 'typeprestataire')); sort($typesDispo); $typesAffect = est_anglophone() ? array_unique(array_column($prestatairesreseau, 'typeprestataireEng')) : array_unique(array_column($prestatairesreseau, 'typeprestataire')); sort($typesAffect); ?>
| = _("Nom & Détails") ?> | |
|---|---|
|
= $this->nettoyer($v['libelle']) ?>
= $this->nettoyer($v['localite']) ?> |
= $this->nettoyer($v['typeprestataire']) ?>
|
| = _("Nom du Prestataire") ?> | = _("Ville & Type") ?> | |
|---|---|---|
| = $this->nettoyer($v['libelle']) ?> | = $this->nettoyer($v['localite']) ?> = $this->nettoyer($v['typeprestataire']) ?> |