Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public function actionDelete($id)
  2. {
  3. $model = $this->findModel($id);
  4. .
  5. .
  6. .
  7. // other code
  8. return $this->redirect ( [ 'index' ] );
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement