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