예제 #1
0
 /**
  * @see Database::drop()
  */
 public function drop()
 {
     $this->log(array('dropDatabase' => true));
     return parent::drop();
 }