Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 582 Rev 600
Line 47... Line 47...
47
	private function getBaseflor() {
47
	private function getBaseflor() {
48
		$baseflor = array();
48
		$baseflor = array();
49
		$this->informations ->setProjet('baseflor');
49
		$this->informations ->setProjet('baseflor');
50
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
50
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
51
		$this->informations ->setNum_nom($this->conteneur->getParametre('num_nom'));
51
		$this->informations ->setNum_nom($this->conteneur->getParametre('num_nom'));
52
		$informations = $this->informations->getInformations();
52
		$informations = $this->informations->getInformationsDescription();
53
		if ($informations){
53
		if ($informations){
54
			$baseflor['chorologie'] = $informations['chorologie'];
54
			$baseflor['chorologie'] = $informations['chorologie'];
55
			$baseflor['inflorescence'] = $informations['inflorescence'];
55
			$baseflor['inflorescence'] = $informations['inflorescence'];
56
			$baseflor['sexualite'] = $informations['sexualite'];
56
			$baseflor['sexualite'] = $informations['sexualite'];
57
			$baseflor['ordre_maturation'] = $informations['ordre_maturation'];
57
			$baseflor['ordre_maturation'] = $informations['ordre_maturation'];