yii2框架中怎么保存和獲取數(shù)據(jù)

yii2框架中怎么保存和獲取數(shù)據(jù)

yii2框架Session中保存和獲取數(shù)據(jù)的方法如下:

保存數(shù)據(jù)

Yii::$app->session->set('user_exam',?['exam_id'?=>?$exam_id,?'exam_type'?=>?$exam_type]);

獲取數(shù)據(jù)

$this->user_exam?=?Yii::$app->session->get('user_exam');

相關(guān)推薦:yii

? 版權(quán)聲明
THE END
喜歡就支持一下吧
點(diǎn)贊7 分享