Line 39... |
Line 39... |
39 |
$this->donnees['id'] = $_GET['id'];
|
39 |
$this->donnees['id'] = $_GET['id'];
|
40 |
$this->donnees['info'] = $this->collectionDao->getCollection($this->donnees['id']);
|
40 |
$this->donnees['info'] = $this->collectionDao->getCollection($this->donnees['id']);
|
41 |
$this->creerPaginationPersonnes($this->donnees['id']);
|
41 |
$this->creerPaginationPersonnes($this->donnees['id']);
|
42 |
$this->creerPaginationPublications($this->donnees['id']);
|
42 |
$this->creerPaginationPublications($this->donnees['id']);
|
43 |
$this->creerPaginationCommentaires($this->donnees['id']);
|
43 |
$this->creerPaginationCommentaires($this->donnees['id']);
|
44 |
|
44 |
|
45 |
// Traitements des données
|
45 |
// Traitements des données
|
46 |
$this->traiterDonneesCollection($this->donnees['info']);
|
46 |
$this->traiterDonneesCollection($this->donnees['info']);
|
47 |
$this->traiterDonneesCollectionAPersonne($this->donnees['personnes']);
|
47 |
$this->traiterDonneesCollectionAPersonne($this->donnees['personnes']);
|
48 |
$this->traiterDonneesElementAPublication($this->donnees['publications']);
|
48 |
$this->traiterDonneesElementAPublication($this->donnees['publications']);
|
49 |
$this->traiterDonneesCollectionDescription($this->donnees['info']);
|
49 |
$this->traiterDonneesCollectionDescription($this->donnees['info']);
|