Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1530 |
jpm |
1 |
"id","nom","stockage_parametres","collection_nbre","personnel_nbre_heure_cumulees"
|
|
|
2 |
<?php foreach ($structures as $id => $structure) : ?>
|
|
|
3 |
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['stockage_params']?>","<?=$structure['collection_nbre']?>","<?=$structure['personnel_heure_nbre']?>"
|
|
|
4 |
<?php endforeach; ?>
|