码迷,mamicode.com
首页 > 其他好文 > 详细

yii消息提示扩展

时间:2019-05-24 15:44:03      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:hal   header   pre   pos   show   bsp   style   col   sha   

//安装
composer.phar require --prefer-dist yiister/yii2-gentelella "~1.0"

//消息存入 
 Yii::$app->session->setFlash(‘success‘, "成功1条");
//弹窗
 <?= \yiister\gentelella\widgets\FlashAlert::widget([‘showHeader‘ => true]) ?>

 

yii消息提示扩展

标签:hal   header   pre   pos   show   bsp   style   col   sha   

原文地址:https://www.cnblogs.com/huay/p/10918406.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!