質問編集履歴

1

記述ミス修正

2017/02/02 12:33

投稿

gyojin
gyojin

スコア94

test CHANGED
File without changes
test CHANGED
@@ -20,9 +20,9 @@
20
20
 
21
21
  if($this->request->is('post')){
22
22
 
23
- //$this->redirect(array('action'=>'index'));
23
+ $this->redirect(array('action'=>'index'));
24
24
 
25
- $this->flash('入力完了、一覧へ戻ります',array('action'=>'index'),10);
25
+ //$this->flash('入力完了、一覧へ戻ります',array('action'=>'index'),10);
26
26
 
27
27
  }
28
28