Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 385 Rev 468
Line 36... Line 36...
36
		return $donnees;
36
		return $donnees;
37
	}
37
	}
Line 38... Line 38...
38
 
38
 
39
	public function obtenirDonnees() {
39
	public function obtenirDonnees() {
-
 
40
		$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
-
 
41
		$donnees['taxon_courant']['rang.libelle'] = $this->nomCourant->getNomRetenu()->get('rang.libelle');
-
 
42
		$donnees['taxon_courant']['nom_sci'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
40
		$donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
43
		$donnees['taxon_courant']['num_nom'] = $this->nomCourant->getNomRetenu()->get('id');
41
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
44
		$donnees['taxons_inf'] = $this->getTaxonsInferieurs();
42
		$this->meta->setProjet('bdtfx');
45
		$this->meta->setProjet('bdtfx');
43
		$meta = $this->meta->getMetaDonnees();
46
		$meta = $this->meta->getMetaDonnees();
44
		$titreMeta = $meta[0]['titre'];
47
		$titreMeta = $meta[0]['titre'];