Subversion Repositories eFlore/Projets.eflore-projets

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
705 delphine 1
<?php
2
/** Exemple lancement:
3
 * /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php sauvages -a chargerTous
4
*/
5
class Sauvages extends EfloreScript {
6
	private $contenu_fichier = array();
7
	protected $parametres_autorises = array(
8
			'-f' => array(true, true, 'Nom du fichier ou du dossier à traiter'));
853 delphine 9
	private $caracteresAccentues = array(
10
			'À', 'Á', 'Â', 'Ã', 'Ä', 'Å', 'Æ', 'Ç', 'È', 'É', 'Ê', 'Ë', 'Ì', 'Í', 'Î',
11
			'Ï', 'Ð', 'Ñ', 'Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø', 'Ù', 'Ú', 'Û', 'Ü', 'Ý', 'ß',
12
			'à', 'á', 'â', 'ã', 'ä', 'å', 'æ', 'ç', 'è', 'é', 'ê', 'ë', 'ì', 'í', 'î',
13
			'ï', 'ñ', 'ò', 'ó', 'ô', 'õ', 'ö', 'ø', 'ù', 'ú', 'û', 'ü', 'ý', 'ÿ', 'Ā',
14
			'ā', 'Ă', 'ă', 'Ą', 'ą', 'Ć', 'ć', 'Ĉ', 'ĉ', 'Ċ', 'ċ', 'Č', 'č', 'Ď', 'ď',
15
			'Đ', 'đ', 'Ē', 'ē', 'Ĕ', 'ĕ', 'Ė', 'ė', 'Ę', 'ę', 'Ě', 'ě', 'Ĝ', 'ĝ', 'Ğ',
16
			'ğ', 'Ġ', 'ġ', 'Ģ', 'ģ', 'Ĥ', 'ĥ', 'Ħ', 'ħ', 'Ĩ', 'ĩ', 'Ī', 'ī', 'Ĭ', 'ĭ',
17
			'Į', 'į', 'İ', 'ı', 'IJ', 'ij', 'Ĵ', 'ĵ', 'Ķ', 'ķ', 'Ĺ', 'ĺ', 'Ļ', 'ļ', 'Ľ',
18
			'ľ', 'Ŀ', 'ŀ', 'Ł', 'ł', 'Ń', 'ń', 'Ņ', 'ņ', 'Ň', 'ň', 'ʼn', 'Ō', 'ō', 'Ŏ',
19
			'ŏ', 'Ő', 'ő', 'Œ', 'œ', 'Ŕ', 'ŕ', 'Ŗ', 'ŗ', 'Ř', 'ř', 'Ś', 'ś', 'Ŝ', 'ŝ',
20
			'Ş', 'ş', 'Š', 'š', 'Ţ', 'ţ', 'Ť', 'ť', 'Ŧ', 'ŧ', 'Ũ', 'ũ', 'Ū', 'ū', 'Ŭ',
21
			'ŭ', 'Ů', 'ů', 'Ű', 'ű', 'Ų', 'ų', 'Ŵ', 'ŵ', 'Ŷ', 'ŷ', 'Ÿ', 'Ź', 'ź', 'Ż',
22
			'ż', 'Ž', 'ž', 'ſ', 'ƒ', 'Ơ', 'ơ', 'Ư', 'ư', 'Ǎ', 'ǎ', 'Ǐ', 'ǐ', 'Ǒ', 'ǒ',
23
			'Ǔ', 'ǔ', 'Ǖ', 'ǖ', 'Ǘ', 'ǘ', 'Ǚ', 'ǚ', 'Ǜ', 'ǜ', 'Ǻ', 'ǻ', 'Ǽ', 'ǽ', 'Ǿ', 'ǿ');
24
	private $caracteresNormaux = array(
25
			'A', 'A', 'A', 'A', 'A', 'A', 'AE', 'C', 'E', 'E', 'E', 'E', 'I', 'I', 'I',
26
			'I', 'D', 'N', 'O', 'O', 'O', 'O', 'O', 'O', 'U', 'U', 'U', 'U', 'Y', 's',
27
			'a', 'a', 'a', 'a', 'a', 'a', 'ae', 'c', 'e', 'e', 'e', 'e', 'i', 'i', 'i',
28
			'i', 'n', 'o', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'y', 'y', 'A', 'a',
29
			'A', 'a', 'A', 'a', 'C', 'c', 'C', 'c', 'C', 'c', 'C', 'c', 'D', 'd', 'D', 'd',
30
			'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'G', 'g', 'G', 'g', 'G', 'g',
31
			'G', 'g', 'H', 'h', 'H', 'h', 'I', 'i', 'I', 'i', 'I', 'i', 'I', 'i', 'I', 'i',
32
			'IJ', 'ij', 'J', 'j', 'K', 'k', 'L', 'l', 'L', 'l', 'L', 'l', 'L', 'l', 'l', 'l',
33
			'N', 'n', 'N', 'n', 'N', 'n', 'n', 'O', 'o', 'O', 'o', 'O', 'o', 'OE', 'oe', 'R',
34
			'r', 'R', 'r', 'R', 'r', 'S', 's', 'S', 's', 'S', 's', 'S', 's', 'T', 't', 'T', 't',
35
			'T', 't', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'W', 'w', 'Y',
36
			'y', 'Y', 'Z', 'z', 'Z', 'z', 'Z', 'z', 's', 'f', 'O', 'o', 'U', 'u', 'A', 'a', 'I',
37
			'i', 'O', 'o', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'A', 'a', 'AE', 'ae', 'O', 'o');
705 delphine 38
 
39
	public function executer() {
40
		// Lancement de l'action demandée
41
		try {
42
			$this->initialiserProjet('sauvages');
43
 
44
			$cmd = $this->getParametre('a');
45
			switch ($cmd) {
46
				case 'chargerTous' :
47
					$this->creerXmlTaxons();
48
					$this->creerXmlCriteres();
49
					break;
50
				case 'creerXmlCriteres' :
51
					$this->creerXmlCriteres();
52
					break;
53
				case 'creerXmlTaxons' :
54
					$this->creerXmlTaxons();
55
					break;
56
				default :
57
					throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
58
			}
59
		} catch (Exception $e) {
60
			$this->traiterErreur($e->getMessage());
61
		}
62
	}
63
 
64
	public function creerXmlCriteres() {
65
		$this->recupererContenuFichier();
853 delphine 66
		$criteres_nom = $this->contenu_fichier[0];
67
		unset($this->contenu_fichier[0]);
68
		$criteres_label = $this->contenu_fichier[1];
705 delphine 69
		unset($this->contenu_fichier[1]);
853 delphine 70
		$description_label = $this->contenu_fichier[2];
71
		unset($this->contenu_fichier[2]);
705 delphine 72
		$criteres_valeurs = $this->extraireValeurs();
853 delphine 73
		$xml = $this->formerXmlCriteres($criteres_nom, $criteres_label, $description_label, $criteres_valeurs);//print_r($xml);
705 delphine 74
		file_put_contents("./xml_criteres.xml", $xml);
75
	}
76
 
77
 
853 delphine 78
	public function formerXmlCriteres($nom, $label, $description, $valeurs) {
705 delphine 79
		$xml='<keys>
80
				<groupe id="1">
81
					<nom>Arbres</nom>
82
					<media>images/pictos/icone_arbre.png</media>
83
					<criteres>';
84
		foreach ($label as $id=>$criteres) {
1045 delphine 85
			if ($id > 3) {
705 delphine 86
				$xml .= '<critere id="1.'.$id.'">
87
							<label>'.$criteres.'</label>
88
							<description>'.$description[$id].'</description>
89
							<valeurs>';
90
				foreach ($valeurs[$id] as $id_val=>$valeur) {
91
					if ($valeur != "0") {
853 delphine 92
						$crit = str_replace(" ", "_", $this->supprimerAccents($nom[$id]));
93
						$val = str_replace(" ", "_", $this->supprimerAccents($valeur));
94
						$image = $crit."_".$val;
705 delphine 95
						$xml .= '<valeur code="1.'.$id.'.'.$id_val.'" media="images/pictos/'.$image.'.png">'.$valeur.'</valeur>';
96
					}
97
				}
98
				$xml .= '</valeurs></critere>';
99
			}
100
		}
101
		$xml .= "</criteres>
102
			</groupe>
103
			</keys>";
104
		return $xml;
105
	}
106
 
107
	private function extraireValeurs() {
108
		$valeurs = array();
109
		foreach ($this->contenu_fichier as $ligne) {
110
			$i = 0;
1045 delphine 111
			if ($ligne != "") {
112
				foreach ($ligne as $critere) {
113
					$valeur_multiple = explode("/", $critere);
114
					foreach ($valeur_multiple as $valeur) {
115
						if (!isset($valeurs[$i]) || !in_array(trim($valeur), $valeurs[$i])) {
116
							$valeurs[$i][] = trim($valeur);
117
						}
118
					}
119
					$i++;
705 delphine 120
				}
121
			}
122
		}
123
		return $valeurs;
124
	}
125
 
126
 
127
	public function creerXmlTaxons() {
128
		$this->recupererContenuFichier();
129
		$criteres_label = array_flip($this->contenu_fichier[0]);
130
		unset($this->contenu_fichier[0]);
131
		unset($this->contenu_fichier[1]);
853 delphine 132
		unset($this->contenu_fichier[2]);
705 delphine 133
		$criteres_valeurs = $this->extraireValeurs();
134
		$xml = $this->formerXmlTaxons($criteres_label, $criteres_valeurs); //print_r($xml);
135
		file_put_contents("./xml_taxons.xml", $xml);
136
	}
137
 
138
	public function formerXmlTaxons($criteres_label, $criteres_valeurs) {
139
		$xml='<?xml version="1.0" ?><TAXONS SUBJECT="XML">';
140
		$rest = new RestClient();
141
		foreach ($this->contenu_fichier as $id=>$taxon) {
1045 delphine 142
			if ($taxon != "") {
143
				$infos_taxon = $this->rechercherInfosTaxon($rest, $taxon[$criteres_label["nom scientifique"]]);
144
				$xml .= '<TAXON id="'.$id.'" value="'.
145
					ucfirst($taxon[$criteres_label["nom vernaculaire"]]).'" sciName="'.trim($taxon[$criteres_label["nom scientifique"]]).'" groupe="1">
146
				<DESCRIPTION>'.$infos_taxon["description"].'</DESCRIPTION>
147
				<PICTURES>';
148
				if ($infos_taxon["images"] != array()) {
149
					if (isset($infos_taxon["images"][$taxon[$criteres_label["image priorite"]]])) {
150
						$auteur = $this->rechercherInfosAuteurImage($infos_taxon["images"][$taxon[$criteres_label["image priorite"]]], $rest).", www.tela-botanica.org, CC-Licence (by-sa)";
151
						$xml .= '<PICTURE media="'.$infos_taxon["images"][$taxon[$criteres_label["image priorite"]]]["binaire.href"].'"><author>'.$auteur.'</author></PICTURE>';
152
						unset($infos_taxon["images"][$taxon[$criteres_label["image priorite"]]]);
153
					}
154
					foreach ($infos_taxon["images"] as $image) {
155
						$auteur = $this->rechercherInfosAuteurImage($image, $rest).", www.tela-botanica.org, CC-Licence (by-sa)";
156
						$xml .= '<PICTURE media="'.$image["binaire.href"].'"><author>'.$auteur.'</author></PICTURE>';
157
					}
705 delphine 158
				}
1045 delphine 159
				$xml .= '</PICTURES><CRITERIAS>';
160
				for ($i=4; $i < count($taxon); $i++) {
161
					if (trim($taxon[$i]) !== "0") {
162
						$valeurs = array();
163
						foreach (explode("/",$taxon[$i]) as $valeur) {
164
							$valeurs[] = '1.'.$i.'.'.array_search(trim($valeur), $criteres_valeurs[$i]);
165
						}
166
						$xml .= '<VALUE code="'.implode(',', $valeurs).'"/>';
167
					}
705 delphine 168
				}
1045 delphine 169
				$xml .= '</CRITERIAS></TAXON>';
705 delphine 170
			}
171
		}
172
		$xml .= "</TAXONS>";
173
		return $xml;
174
	}
175
 
1045 delphine 176
	// interroge l'annuaire pour récupérer le pseudo
177
	private function rechercherInfosAuteurImage($image, $rest) {
178
		$courriel = $image["observation"]["auteur.courriel"];
179
		$url_auteur = "http://www.tela-botanica.org/service:annuaire:utilisateur/identite-par-courriel/".$courriel;
180
		$reponse = $rest->consulter($url_auteur);
181
		$reponse = json_decode($reponse, true);
182
		if (isset($reponse[$courriel]) && $reponse[$courriel]["pseudoUtilise"] == true) {
183
			$auteur = $reponse[$courriel]["pseudo"];
184
		} else{
185
			$auteur = $image["observation"]["auteur.prenom"]." ".$image["observation"]["auteur.nom"];
186
		}
187
		return $auteur;
188
	}
189
 
705 delphine 190
	private function rechercherInfosTaxon($rest, $ns) {
191
		$info = array("description" => "", "images" => array());
965 delphine 192
 
193
		$reponse = $this->consulterWebService($rest, "bdtfx",
194
			"noms", "?retour.champs=nom_retenu.id,num_taxonomique&retour.tri=retenu&masque=".urlencode(trim($ns)));
705 delphine 195
		if (is_array($reponse["resultat"])) {
965 delphine 196
			$num_nom = $reponse["resultat"][key($reponse["resultat"])]["nom_retenu.id"];
197
			$num_taxon = $reponse["resultat"][key($reponse["resultat"])]['num_taxonomique'];
198
		}
199
 
1045 delphine 200
		$info["description"] = $this->rechercherDescription($num_taxon, $num_nom, $rest);
201
		$info["images"] =array();
202
		$tags = array('fleur', 'feuille', 'rameau', 'port', 'fruit');
203
		$cles = array();
204
		foreach ($tags as $tag) {
205
			$url_image = "http://www.tela-botanica.org/service:del:0.1/images".
206
						"?masque.referentiel=bdtfx&masque.tag={$tag}&tri=votes&ordre=desc&protocole=3&navigation.limite=1&format=CRS&masque.nn=".$num_nom;
207
			$image = $rest->consulter($url_image);
208
			$image = json_decode($image, true);
209
			if ($image["resultats"] !== array()) {
210
				$info["images"][$tag]["binaire.href"] = $image["resultats"][key($image["resultats"])]["binaire.href"];
211
				$info["images"][$tag]["observation"] = $image["resultats"][key($image["resultats"])]["observation"];
212
				$cles[key($image["resultats"])] = "";
213
			}
214
		}
215
 
216
		//si image taguée absente
217
		$url_image = "http://www.tela-botanica.org/service:del:0.1/images".
218
									"?masque.referentiel=bdtfx&tri=votes&ordre=desc&protocole=3&navigation.limite=5&format=CRS&masque.nn=".$num_nom;
219
		$reponse = $rest->consulter($url_image);
220
		$reponse = json_decode($reponse, true);
221
 
222
		if ($cles !== array()) {
223
			// supprimer les images communes au tag et les mieux notés
224
			$reponse["resultats"] = array_diff_key($reponse["resultats"], $cles);
225
			for ($i = 0; $i < 5-count($cles); $i++) {
226
				$image = array_shift($reponse["resultats"]);
227
				$info["images"][$i]["binaire.href"] = $image["binaire.href"];
228
				$info["images"][$i]["observation"] = $image["observation"];
229
			}
230
		} else {
231
			$info["images"] = $reponse["resultats"];
232
		}
233
 
234
		return $info;
235
	}
236
 
237
 
238
 
239
	private function rechercherDescription($num_taxon, $num_nom, $rest) {
965 delphine 240
		$url_wiki = "http://www.tela-botanica.org/wikini/eFloreRedaction/api/rest/0.5/pages/SmartFloreBDTFXnt".
1045 delphine 241
		$num_taxon."?txt.format=text/plain&txt.section.titre=Comment%20la%20reconnaître%20%3F";
965 delphine 242
		$wiki = $rest->consulter($url_wiki); $wiki = json_decode($wiki, true);
1045 delphine 243
		if ($wiki['texte'] != "" && strstr($wiki['texte'], 'Brève phrase sur son type biologique (simplifié)') === false ){
244
			$description = $this->formaterSmartflore($wiki['texte']);
705 delphine 245
		} else {
965 delphine 246
			$coste = $this->consulterWebService($rest, "coste", "textes", "/bdtfx.nn:".$num_nom);
247
			if ($coste['resultats'] != array() && $coste['resultats'][key($coste["resultats"])]['texte'] != "") {
1045 delphine 248
				$description = $this->formaterCoste($coste['resultats']);
965 delphine 249
			} else {
250
				$baseflor = $this->consulterWebService($rest, "baseflor", "informations", "/bdtfx.nn:".$num_nom);
1045 delphine 251
				$description = $this->formaterBaseflor($baseflor);
705 delphine 252
			}
253
		}
1045 delphine 254
		return $description;
705 delphine 255
	}
256
 
1045 delphine 257
	//remplacement des \n par <br />
258
	private function formaterSmartflore($texte) {
259
		$a_enlever = array(Chr(10).'=', '='.Chr(10), Chr(10).''.Chr(10), '*');
965 delphine 260
		$texte = str_replace($a_enlever, '', $texte);
261
		$texte = str_replace(Chr(10), '<br />', $texte);
1045 delphine 262
		//supprimer image et lien
263
		$texte = preg_replace('/\[\[http\:\/\/upload.*\.jpg [a-z| |A-Z]*\]\]/', '', $texte);
264
		$texte = str_replace('[[http://fr.wikipedia.org/wiki/Corymbe corymbes]]', 'corymbes', $texte);
265
		$texte = preg_replace('/\[\[SmartFlore.*[0-9] (.*)\]\]/', '\1', $texte);
266
		$texte = preg_replace('/\[\[http\:\/\/www\..* (.*)\]\]/', '\1', $texte);
267
		$texte = trim(str_replace('<br /><br />', '<br />', $texte));
965 delphine 268
		return $texte;
269
	}
270
 
1045 delphine 271
 
272
	private function formaterCoste($coste) {
273
		$texte = $this->mettreEnFormeCoste($coste[key($coste)]['texte']);
274
		return $texte;
275
	}
276
 
277
	static function mettreEnFormeCoste($texte) {
278
		$txt_fmt = array();
279
		//decouper elements remarquables avant le texte
280
		self::separerNomScientifique_a_NomCommun($texte, $txt_fmt);
281
		$txt_fmt = array();
282
		$texte = preg_replace('/\//','',$texte);
283
		//decouper elements remarquables  après le texte
284
		self::separerEcologie_a_Usages($texte, $txt_fmt);
285
		//le morceau qui reste est le gros de la description
286
		$texte = str_replace(';','</br> -','- '.$texte);
287
		$texte = str_replace('–','',$texte);
288
		$txt_fmt['description'] = $texte;
289
		$retour = "";
290
		foreach ($txt_fmt as $titre=>$parag) {
291
			$parag = preg_replace('/\- \.  /','- ',$parag);
292
			$parag = preg_replace('/\. \./','.',$parag);
293
			$retour .= ucfirst($titre)." : ".trim($parag)." ; ";
294
		}
295
		return $retour;
296
	}
297
	static function separerNomScientifique_a_NomCommun(&$txt, &$txt_fmt){
298
		if ( preg_match('/\*\*(.+)\*\*([^–]*)–/', $txt, $retour)){
299
			/* !! attention on enlève un tiret cadratin – pas un trait d'union - !! */
300
			$a_enlever  = array('/–/','/\./' );
301
			$txt_fmt['nom_scientifique'] = preg_replace($a_enlever,'',$retour[1]);
302
			if(preg_match('/\((.+)\)/',$retour[2],$synonymes)){
303
				$txt_fmt['synonymes'] = $synonymes[1];
304
			} else {
305
				$txt_fmt['nom_scientifique'] .=  $retour[2];
306
			}
307
			$txt = str_replace($retour[0],'',$txt);
308
		}
309
		/* !! attention il y a un espace avant les // du début !! */
310
		if ( preg_match('/^ \/\/([^\/\/]+)\/\//', $txt, $retour)){
311
			$a_enlever = array('/–/','/\./' );
312
			$txt_fmt['nom_commun'] = preg_replace($a_enlever,'',$retour[1]);
313
			$txt = str_replace($retour[0],'',$txt);
314
		}
315
	}
316
 
317
 
318
	static function separerEcologie_a_Usages(&$txt, &$txt_fmt) {
319
		if (preg_match('/\.\s*([A-ZÉÀÈ].+)$/',$txt, $retour)) {
320
			$txt_fmt['ecologie'] = $retour[1];
321
			$txt = str_replace($retour[0],'.',$txt);
322
			if (isset($txt_fmt['ecologie']) && preg_match('/–(.+)/', $txt_fmt['ecologie'] , $retour)){
323
				$txt_fmt['repartition'] = $retour[1];
324
				$txt_fmt['ecologie'] = str_replace($retour[0],'',$txt_fmt['ecologie']);
325
			}
326
			if (isset($txt_fmt['repartition']) &&  preg_match('/=(.+)$/', $txt_fmt['repartition'], $retour)){
327
				$txt_fmt['floraison'] = $retour[1];
328
				$txt_fmt['repartition'] = str_replace($retour[0],'',$txt_fmt['repartition']);
329
				$txt_fmt['repartition'] = str_replace(';',',',$txt_fmt['repartition']);
330
			}
331
			if (isset($txt_fmt['floraison']) &&  preg_match('/–(.+)$|\n(.+)$/',$txt_fmt['floraison'], $retour)){
332
				$txt_fmt['usages'] = isset($retour[1]) ? $retour[1] : $retour[2];
333
				$txt_fmt['floraison'] = str_replace($retour[0],'.',$txt_fmt['floraison']);
334
			}
335
			if (isset($txt_fmt['floraison']) &&  preg_match('/([Ff]l\.) (.+)/',$txt_fmt['floraison'], $retour)){
336
				$txt_fmt['floraison'] = $retour[2];
337
				$txt_fmt['floraison'] = str_replace($retour[1],'',$txt_fmt['floraison']);
338
			}
339
			if (isset($txt_fmt['floraison']) &&  preg_match('/([Ff]r\.) (.+)/',$txt_fmt['floraison'], $retour)){
340
				$txt_fmt['fructification'] = $retour[2];
341
				$txt_fmt['floraison'] = str_replace($retour[0],'',$txt_fmt['floraison']);
342
				$txt_fmt['floraison'] = str_replace(',','',$txt_fmt['floraison']);
343
				$txt_fmt['fructification'] = str_replace($retour[1],'',$txt_fmt['fructification']);
344
				$txt_fmt['fructification'] = str_replace('.','',$txt_fmt['fructification']);
345
			}
346
		}
347
	}
348
 
705 delphine 349
	private function formaterBaseflor($reponse) {
350
		$description = "En cours de rédaction.";
1045 delphine 351
		if (isset($reponse["nom_sci"]) && $reponse["nom_sci"] != "") {
853 delphine 352
			$description = "Formation végétale : ".$reponse["form_vegetale"]."; ".
705 delphine 353
							"Inflorescence : ".$reponse["inflorescence"]."; ".
354
							"Couleur de la fleur : ".$reponse["couleur_fleur"]."; ".
355
							"Sexualité : ".$reponse["sexualite"]."; ".
356
							"Fruit : ".$reponse["fruit"]."; ".
357
							"Pollinisation : ".$reponse["pollinisation"]."; ".
358
							"Dissémination : ".$reponse["dissemination"]."; ".
359
							"Ecologie : ".$reponse["carac_ecolo"]." – ".
360
							"Chorologie : ".$reponse["chorologie"]."; ".
361
							"Floraison :  ".$reponse["floraison"];
362
		}
363
		return $description;
364
	}
365
 
366
	private function consulterWebService($rest, $projet,$resssource,$parametres) {
1045 delphine 367
		$url_id = "http://api.tela-botanica.org/service:eflore:0.1/".$projet."/".$resssource.$parametres;
705 delphine 368
		$reponse = $rest->consulter($url_id);
369
		return json_decode($reponse, true);
370
	}
371
 
372
 
373
	private function recupererContenuFichier() {
374
		$nomFichier = Config::get('dossierCsv').Config::get('projet');
375
		if ($nomFichier && file_exists($nomFichier) ){
376
			$extensionFichier = strtolower(strrchr($nomFichier, '.'));
377
			if ($extensionFichier === ".csv"){
378
				$file = new SplFileObject($nomFichier);
379
				$file->setFlags(SplFileObject::SKIP_EMPTY);
380
				$i = 0;
381
				echo "Traitement du fichier : ";
382
				while (!$file->eof()){
383
					$ligne_csv = $file->fgetcsv($delimiter = ';');
384
						$this->contenu_fichier[$i] = $ligne_csv;
385
					echo str_repeat(chr(8), ( strlen( $i ) + 1 ))."\t".$i++;
386
				}
387
				echo "\n";
388
			} else {
389
				$this->traiterErreur("Le fichier : $nomFichier n'est pas au format csv.");
390
			}
391
		} else {
392
			$this->traiterErreur("Le fichier : $nomFichier n'existe pas.");
393
		}
394
	}
853 delphine 395
 
396
	public function supprimerAccents($chaine) {
397
		return str_replace($this->caracteresAccentues, $this->caracteresNormaux, $chaine);
398
	}
705 delphine 399
}
400
?>