用户
 找回密码
 入住 CI 中国社区
搜索
12
返回列表 发新帖
楼主: goyuquan
收起左侧

[HELP] 如何创建全局变量

[复制链接]
发表于 2014-4-16 17:35:19 | 显示全部楼层
你的写法有问题   
发表于 2014-4-16 17:37:42 | 显示全部楼层
<?php if(!defined('BASEPATH')) exit('no access');        class Myclass {                var $CI;                var $_root;                function __construct(){                        $this->CI=& get_instance();                        $this->_root=$this->CI->config->base_url();                }?>

访问的时候:echo $this->myclass->_root;

本版积分规则