/** * drop view * * @param string $viewName The view name * * @return boolean */ public function dropView($viewName) { return $this->_adapter->dropView($viewName); }