Subversion Repositories eFlore/Applications.coel

Rev

Rev 1839 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1839 mathias 1
"id","nom","description","adresse","code_postal","ville","telephone","courriel","url","type","stockage_parametres","stockage_parametres_nbre","collection_nbre"
1530 jpm 2
<?php foreach ($structures as $id => $structure) : ?>
1839 mathias 3
"<?=$id?>","<?=$structure['nom']?>","<?=$structure['description']?>","<?=$structure['adresse']?>","<?=$structure['code_postal']?>","<?=$structure['ville']?>","<?=$structure['telephone']?>","<?=$structure['courriel']?>","<?=$structure['url']?>","<?=$structure['type']?>","<?=$structure['stockage_params']?>","<?=$structure['stockage_params_nbre']?>","<?=$structure['collection_nbre']?>"
1530 jpm 4
<?php endforeach; ?>