|
发表于 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;
|
|