Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 145 → Rev 144

/trunk/controleurs/FicheCollection.php
37,6 → 37,7
} else {
// Récupération des données
$this->donnees['id'] = $_GET['id'];
$this->collectionDao = new CollectionDao();
$this->donnees['info'] = $this->collectionDao->getCollection($this->donnees['id']);
$this->creerPaginationPersonnes($this->donnees['id']);
$this->donnees['publications'] = $this->collectionDao->getPublicationsLiees($this->donnees['id']);