Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $oStmt = $this->prepare("SET ANSI_WARNINGS ON");
     $oStmt->execute();
     //$oStmt->fetchAll();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }