Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 121 → Rev 122

/trunk/framework/Modele.php
97,6 → 97,7
*/
final private function connecter() {
 
trigger_error('oh oh oh o une erreur ',E_USER_WARNING);
$this->connexion = new PDO($this->dsn, $this->utilisateur, $this->pass);
if($this->encodage != null) {
$this->requete("SET names '".$this->encodage."'");