Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1187 Rev 1212
Line 115... Line 115...
115
			$baseflor['fruit'] = isset($informations['fruit']) ? $informations['fruit'] : '';
115
			$baseflor['fruit'] = isset($informations['fruit']) ? $informations['fruit'] : '';
116
			$baseflor['couleur_fleur'] = isset($informations['couleur_fleur']) ? $informations['couleur_fleur'] : '';
116
			$baseflor['couleur_fleur'] = isset($informations['couleur_fleur']) ? $informations['couleur_fleur'] : '';
117
			$baseflor['macule'] = isset($informations['macule']) ? $informations['macule'] : '';
117
			$baseflor['macule'] = isset($informations['macule']) ? $informations['macule'] : '';
118
			$baseflor['floraison'] = isset($informations['floraison']) ? self::changerFloraisonEnChaine($informations['floraison']) : '';
118
			$baseflor['floraison'] = isset($informations['floraison']) ? self::changerFloraisonEnChaine($informations['floraison']) : '';
119
			//récupérer dans ontologies
119
			//récupérer dans ontologies
120
			$baseflor['type_bio'] = isset($informations['type_bio']) ? $informations['type_bio'] : '';
120
			$baseflor['type_bio'] = isset($informations['type_bio.libelle']) ? $informations['type_bio.libelle'] : '';
121
			$baseflor['form_vegetale'] = isset($informations['form_vegetale']) ? $informations['form_vegetale'] : '';
121
			$baseflor['form_vegetale'] = isset($informations['form_vegetale']) ? $informations['form_vegetale'] : '';
122
			$baseflor['description']=$baseflor;
122
			$baseflor['description']=$baseflor;
123
			$this->meta->setProjet('baseflor');
123
			$this->meta->setProjet('baseflor');
124
			$meta = $this->meta->getMetaDonnees();
124
			$meta = $this->meta->getMetaDonnees();
125
			$baseflor['meta'] = $meta[0];
125
			$baseflor['meta'] = $meta[0];