function __construct()
 {
     global $ADODB_EXTENSION;
     $ADODB_EXTENSION = false;
     parent::__construct();
 }
Пример #2
0
 function __construct()
 {
     if (strncmp(PHP_OS, 'WIN', 3) === 0) {
         $this->curmode = SQL_CUR_USE_ODBC;
     }
     parent::__construct();
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     //$this->curmode = SQL_CUR_USE_ODBC;
 }
 function __construct()
 {
     parent::__construct();
 }