Subversion Repositories eFlore/Applications.coel

Rev

Rev 1533 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1533 Rev 1537
Line 1... Line 1...
1
"id","nom","nom_structure","specimen_type"
1
"id","nom","nom_structure","specimen_type","description","periode_constitution","couverture_lieu","etiquette_renseignement","nature","parts_total"
2
<?php foreach ($collections as $id => $collection) : ?>
2
<?php foreach ($collections as $id => $collection) : ?>
3
"<?=$id?>","<?=$collection['nom']?>","<?=$collection['nom_structure']?>","<?=$collection['specimen_type']?>"
3
"<?=implode('","', $collection)?>"
4
<?php endforeach; ?>
4
<?php endforeach; ?>
5
5