回答編集履歴

1

コード追加

2015/12/02 05:46

投稿

退会済みユーザー
test CHANGED
@@ -1,6 +1,14 @@
1
1
  [コントローラのflashメソッドについて](https://teratail.com/questions/18545)
2
2
 
3
3
  この質問の内容で解決しますでしょうか?
4
+
5
+ ```PHP
6
+
7
+ $this->flash('ログインに成功しました。click me!', array('controller' => 'posts', 'action' => 'index', 'full_base' => true));
8
+
9
+ ```
10
+
11
+
4
12
 
5
13
 
6
14