Subversion Repositories eFlore/Applications.coel

Rev

Rev 1531 | Rev 1537 | Go to most recent revision | Details | Compare with Previous | 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; ?>