예제 #1
0
파일: Base.php 프로젝트: azema/phigrate
 /**
  * drop table
  *
  * @param string $tbl The table name
  *
  * @return boolean
  */
 public function dropTable($tbl)
 {
     return $this->_adapter->dropTable($tbl);
 }