您的位置:首页 > 技术中心 > php框架 >

yii怎么跳转页面

时间:2020-02-19 10:38

【Control】部分:

Yii::app()->user->setFlash('commentSubmitted ','显示跳转后的信息');
$this->redirect('list.m'); //页面跳转,list.m是因为写重写了router

推荐教程:yii框架

【View】部分:

<?php if(Yii::app()->user->hasFlash('commentSubmitted ')): ?>
            <div class="flash-success">
                <?php echo Yii::app()->user->getFlash('commentSubmitted '); ?>
            </div>
<?php endif; ?>

更多编程相关内容,请关注gxlsystem.com编程入门栏目!

以上就是yii怎么跳转页面的详细内容,更多请关注gxlsystem.com其它相关文章!

热门排行

今日推荐

热门手游