Subversion Repositories eFlore/Applications.coel

Rev

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

Rev Author Line No. Line
1533 jpm 1
"id","nom","nom_structure","specimen_type"
2
<?php foreach ($collections as $id => $collection) : ?>
3
"<?=$id?>","<?=$collection['nom']?>","<?=$collection['nom_structure']?>","<?=$collection['specimen_type']?>"
1531 jpm 4
<?php endforeach; ?>