Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 369 | Rev 1285 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 369 Rev 872
Line 28... Line 28...
28
	}
28
	}
Line 29... Line 29...
29
 
29
 
30
	public function formater() {
30
	public function formater() {
31
		foreach ($this->noms as $id => $nom) {
31
		foreach ($this->noms as $id => $nom) {
32
			$infosDuNom = array();
32
			$infosDuNom = array();
33
			$infosDuNom['nomSci'] = $nom['nom_sci'];
33
			$infosDuNom['nomSci'] = $nom['nom_sci_complet'];
34
			$infosDuNom['retenu'] = $nom['retenu'];
34
			$infosDuNom['retenu'] = $nom['retenu'];
35
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
35
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
Line 36... Line 36...
36
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche);
36
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche);