码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp---初始化

时间:2014-11-23 17:41:34      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   on   log   cti   bs   as   nbsp   

 protected function _initialize(){
        parent :: _initialize();
        $this -> agentid = $_SESSION[‘agentid‘];
        if (!$this -> agentid){
            $this -> error(‘没有权限‘, U(‘Login/index‘));
        }
        $this -> agent_db = M(‘Agent‘);
        $this -> thisAgent = $this -> agent_db -> where(array(‘id‘ => $this -> agentid)) -> find();
        $this -> assign(‘thisAgent‘, $this -> thisAgent);
        $this -> assign(‘menus‘, $this -> menus());
        $this -> agentWhere = array(‘agentid‘ => $this -> thisAgent[‘id‘]);
    }

thinkphp---初始化

标签:io   ar   sp   on   log   cti   bs   as   nbsp   

原文地址:http://my.oschina.net/guomingliang/blog/347902

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