Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 618 Rev 667
Line 89... Line 89...
89
		} catch (PDOException $e) {
89
		} catch (PDOException $e) {
90
			$this->messages[] = sprintf($this->getTxt('sql_erreur_requete'), $e->getFile(), $e->getLine(), $e->getMessage(), $requete);
90
			$this->messages[] = sprintf($this->getTxt('sql_erreur_requete'), $e->getFile(), $e->getLine(), $e->getMessage(), $requete);
91
		}
91
		}
92
		return $resultat;
92
		return $resultat;
93
	}
93
	}
-
 
94
	
-
 
95
	protected function proteger($chaine) {
-
 
96
		return $this->bdd->quote($chaine);
-
 
97
	}
Line 94... Line 98...
94
 
98
 
95
	protected function getTxt($id) {
99
	protected function getTxt($id) {
96
		$sortie = '';
100
		$sortie = '';
97
		switch ($id) {
101
		switch ($id) {