Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1387 Rev 1401
Line 120... Line 120...
120
	
120
	
121
	private function creerEntetesChamps($noms_colonnes) {
121
	private function creerEntetesChamps($noms_colonnes) {
122
		$champs_presents = array_intersect_key($this->correspondance_champs, $noms_colonnes);
122
		$champs_presents = array_intersect_key($this->correspondance_champs, $noms_colonnes);
123
		return array_values($champs_presents);
123
		return array_values($champs_presents);
-
 
124
	}
-
 
125
	
-
 
126
	private function nettoyerChaine($chaine) {
-
 
127
		$chaine = str_replace("\n",' ',$chaine);
-
 
128
		$chaine = str_replace("\t",'',$chaine);
-
 
129
		return $chaine;
124
	}
130
	}
125
}
131
}
126
?>
132
?>