Subversion Repositories eFlore/Applications.coel

Rev

Rev 1533 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1531 jpm 1
"id","nom","stockage_parametres","stockage_parametres_nbre","collection_nbre","personnel_nbre_heure_cumulees"
2
<?php foreach ($structures as $id => $structure) : ?>
3
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
4
<?php endforeach; ?>