Yii2 unset post request array after save -


i have post array

yii::$app->request->post() 

how can unset request array after performing insert operation , before rendering view

you use :

yii::$app->request->bodyparams = []; 

read more $bodyparams.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

sql - MySQL - Finding Empty relations -