CI 3.x 使用iframe类框架跳转问题

在登录时  首页尤其需要注意

    public function __construct() {  
        parent::__construct ();
        error_reporting(E_ALL^E_NOTICE);
        $this->load->helper(array(  
                'form',  
                'url'   
        ));  
        if (!$this->session->userdata('username')) {
            $url=(site_url('login/login'));//获取登录地址  避免首页登录出现问题
             echo('');
        	 die();
        }
    }  

版权声明:
作者:超级管理员
链接: https://apecloud.ltd/article/detail.html?id=10
来源:猿码云个人技术站
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
/static/admin/img/weixin.jpg/static/admin/img/zfb.jpg
<<上一篇>
php 调用ffmpeg获取视频信息的方法
下一篇>>