示例#1
0
 public function __construct()
 {
     $this->_table = 'common_syscache';
     $this->_pk = 'cname';
     $this->_pre_cache_key = '';
     $this->_isfilecache = getglobal('config/cache/type') == 'file';
     $this->_allowmem = memory('check');
     parent::__construct();
 }
示例#2
0
 public function __construct()
 {
     $this->_table = 'common_plugin';
     $this->_pk = 'pluginid';
     parent::__construct();
 }
示例#3
0
 public function __construct()
 {
     $this->_table = 'common_session';
     $this->_pk = 'sid';
     parent::__construct();
 }
示例#4
0
 public function __construct()
 {
     $this->_table = 'common_setting';
     $this->_pk = 'skey';
     parent::__construct();
 }