예제 #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();
 }