public function onDeleteBoard() { if (false === $this->board->deleteBoard()) { return GWF_HTML::err('ERR_DATABASE', __FILE__, __LINE__); } return $this->module->message('msg_board_deleted'); }