web\Session $flash

$flash public write-only property

The key identifying the flash message. Note that flash messages and normal session variables share the same name space. If you have a normal session variable using the same name, its value will be overwritten by this method.

public void setFlash ( $key, $value = true, $removeAfterAccess = true )
doc_Yii
2016-10-30 17:16:27
Comments
Leave a Comment

Please login to continue.