public function __construct()
 {
     $this->_table = 'user_status';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'user_status_';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'user_verify';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'user_verify_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'connect_pan';
     $this->_pk = 'id';
     $this->_pre_cache_key = 'connect_pan_';
     $this->_cache_ttl = 300;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'source_attach';
     $this->_pk = 'qid';
     $this->_pre_cache_key = 'source_attach_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'local_storage';
     $this->_pk = 'remoteid';
     /*$this->_pre_cache_key = 'local_storage_';
     		$this->_cache_ttl = 300;*/
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'app_open';
     $this->_pk = 'extid';
     $this->_pre_cache_key = 'app_open_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'app_market';
     $this->_pk = 'appid';
     $this->_pre_cache_key = 'app_market_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'connect_storage';
     $this->_pk = 'id';
     /*$this->_pre_cache_key = 'connect_storage_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'source_music';
     $this->_pk = 'mid';
     $this->_pre_cache_key = 'source_music_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #10
0
 public function __construct()
 {
     $this->_table = 'iconview';
     $this->_pk = 'id';
     /*$this->_pre_cache_key = 'iconview_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'app_open_default';
     $this->_pk = '';
     //$this->_pre_cache_key = 'app_open_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'app_relative';
     $this->_pk = 'rid';
     //$this->_pre_cache_key = 'app_relative_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #13
0
 public function __construct()
 {
     $this->_table = 'app_pic';
     $this->_pk = 'picid';
     /*$this->_pre_cache_key = 'app_pic_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'source_shortcut';
     $this->_pk = 'cutid';
     $this->_pre_cache_key = 'source_shortcut_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'source_link';
     $this->_pk = 'lid';
     $this->_pre_cache_key = 'source_link_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #16
0
 public function __construct()
 {
     $this->_table = 'folder';
     $this->_pk = 'fid';
     $this->_pre_cache_key = 'folder_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'source_image';
     $this->_pk = 'picid';
     $this->_pre_cache_key = 'source_image_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #18
0
 public function __construct()
 {
     $this->_table = 'icon';
     $this->_pk = 'did';
     $this->_pre_cache_key = 'icon_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'comment_attach';
     $this->_pk = 'qid';
     $this->_pre_cache_key = 'comment_attach_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'attachment';
     $this->_pk = 'aid';
     $this->_pre_cache_key = 'attachment_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #21
0
 public function __construct()
 {
     $this->_table = 'connect';
     $this->_pk = 'bz';
     $this->_pre_cache_key = 'connect_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'user_profile_setting';
     $this->_pk = 'fieldid';
     $this->_pre_cache_key = 'user_profile_setting_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #23
0
 public function __construct()
 {
     $this->_table = 'document';
     $this->_pk = 'did';
     /* $this->_pre_cache_key = 'document_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
Exemple #24
0
 public function __construct()
 {
     $this->_table = 'share';
     $this->_pk = 'sid';
     $this->_pre_cache_key = 'share_';
     //$this->_cache_ttl =0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'feed_thread';
     $this->_pk = 'tid';
     $this->_pre_cache_key = 'feed_thread_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'cai_video';
     $this->_pk = 'cid';
     //$this->_pre_cache_key = 'cai_video_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'organization';
     $this->_pk = 'orgid';
     //$this->_pre_cache_key = 'organization_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'feed_post';
     $this->_pk = 'pid';
     $this->_pre_cache_key = 'feed_post_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'local_router';
     $this->_pk = 'routerid';
     //$this->_pre_cache_key = 'local_router_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
Exemple #30
0
 public function __construct()
 {
     $this->_table = 'syscache';
     $this->_pk = 'cname';
     $this->_pre_cache_key = '';
     $this->_isfilecache = getglobal('config/cache/type') == 'file';
     $this->_allowmem = memory('check');
     parent::__construct();
 }