Example #1
0
 public function actionBlokdelete($id)
 {
     $model = Blok::findOne($id)->delete();
     $this->layout = $this->CheckSession();
     return $this->redirect(['warehouse/blokindex']);
 }