示例#1
0
 /**
  * Drop a table
  *
  * @param string $tbl the name of the table
  *
  * @return boolean
  */
 public function drop_table($tbl)
 {
     return $this->_adapter->drop_table($tbl);
 }