示例#1
0
 /**
  * @deprecated since version 4.0 Use selectDatabase('dbname', true) instead
  */
 public function createDatabase()
 {
     Deprecation::notice('4.0', 'Use selectDatabase(\'dbname\',true) instead');
     $database = $this->connector->getSelectedDatabase();
     $this->selectDatabase($database, true);
     return $this->isActive();
 }