Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 792 Rev 825
Line 236... Line 236...
236
			foreach ($this->infosPourTpl['noms'] as $categorie => $valeurs ) { //classement alpha par groupes 
236
			foreach ($this->infosPourTpl['noms'] as $categorie => $valeurs ) { //classement alpha par groupes 
237
				$nomsRetenus += $this->classerAlphabetiquement('nomSciRetenu', $valeurs);
237
				$nomsRetenus += $this->classerAlphabetiquement('nomSciRetenu', $valeurs);
238
			}
238
			}
239
			$this->infosPourTpl['noms'] = $nomsRetenus;
239
			$this->infosPourTpl['noms'] = $nomsRetenus;
240
			$this->infosPourTpl['nomsSansCorrespondance'] = 
240
			$this->infosPourTpl['nomsSansCorrespondance'] = 
241
						$this->classerAlphabetiquement('nomSciRetenu', $this->infosPourTpl['nomsSansCorrespondance'] );
241
			$this->classerAlphabetiquement('nomSciRetenu', $this->infosPourTpl['nomsSansCorrespondance'] );
242
		}
242
		}
243
	
-
 
244
	}
243
	}
Line 245... Line -...
245
	
-
 
246
	
-
 
247
 
-
 
248
 
244
	
249
	private function ajouterAuxNomsScoreSimilariteAvec($masque) {
245
	private function ajouterAuxNomsScoreSimilariteAvec($masque) {
250
		$nom_demande_ss = strtolower($this->manipulateurDeChaine->supprimerAccents($masque));
246
		$nom_demande_ss = strtolower($this->manipulateurDeChaine->supprimerAccents($masque));
251
		foreach ($this->infosPourTpl['noms'] as $id => $nom) {
247
		foreach ($this->infosPourTpl['noms'] as $id => $nom) {
252
			$nom_flou_ss = strtolower($this->manipulateurDeChaine->supprimerAccents($nom['nomSciRetenu']));
248
			$nom_flou_ss = strtolower($this->manipulateurDeChaine->supprimerAccents($nom['nomSciRetenu']));