1,4 → 1,4 |
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees" |
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees","visite_avec_motif_science" |
<?php foreach ($structures as $id => $structure) : ?> |
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>" |
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>","<?=$structure['visite_avec_motif_science']?>" |
<?php endforeach; ?> |