Ejemplo n.º 1
0
 public function endSetup()
 {
     $this->_conn->multi_query("\nSET SQL_MODE=IFNULL(@OLD_SQL_MODE,'');\nSET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS,0);\n");
     return $this;
 }