Example #1
0
 public function actionCancel($id)
 {
     $BData = $this->BDataModel->get($id);
     $this->BDataModel->delete($id);
     if ($BData->type < 19) {
         $this->redirect(':Game:OuterVillage:default', $BData->wid);
     } else {
         $this->redirect(':Game:InnerVillage:default', $BData->wid);
     }
 }