Commit 1927f520 by Carsten Brandt

Merge pull request #5606 from Frandi1313/guide

In modest my opinion this should be ' : ' instead of ' , ' [skip ci]
parents 2dce741f 7041817e
...@@ -208,7 +208,7 @@ Like regular session data, you can store arbitrary data as flash data. ...@@ -208,7 +208,7 @@ Like regular session data, you can store arbitrary data as flash data.
When you call [[yii\web\Session::setFlash()]], it will overwrite any existing flash data that has the same name. When you call [[yii\web\Session::setFlash()]], it will overwrite any existing flash data that has the same name.
To append new flash data to the existing one(s) of the same name, you may call [[yii\web\Session::addFlash()]] instead. To append new flash data to the existing one(s) of the same name, you may call [[yii\web\Session::addFlash()]] instead.
For example, For example:
```php ```php
$session = Yii::$app->session; $session = Yii::$app->session;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment