示例#1
0
 public function __construct()
 {
     parent::__construct();
     $rs = $this->select('show variables like "have_innodb"');
     $this->_enable_innodb = $rs[0]['Value'] == 'YES' ? true : false;
 }
示例#2
0
文件: mysql.php 项目: noikiy/snk
 public function __construct()
 {
     parent::__construct();
 }