public function __construct()
 {
     $this->_table = 'pre_common_basedata';
     $this->_allowmem = memory('check');
     $this->_cache_ttl = 86400;
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->_table = 'forum_collection';
     $this->_pk = 'ctid';
     $this->_pre_cache_key = 'forum_collection_';
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     $this->_table = 'home_follow';
     $this->_pk = '';
     $this->_pre_cache_key = 'home_follow_';
     parent::__construct();
 }
Exemplo n.º 4
0
 public function __construct()
 {
     $this->_table = '';
     $this->_pk = '';
     $this->_tables = array('tid' => 'forum_thread_moderate', 'pid' => 'forum_post_moderate', 'blogid' => 'home_blog_moderate', 'picid' => 'home_pic_moderate', 'doid' => 'home_doing_moderate', 'sid' => 'home_share_moderate', 'aid' => 'portal_article_moderate', 'aid_cid' => 'portal_comment_moderate', 'topicid_cid' => 'portal_comment_moderate', 'uid_cid' => 'home_comment_moderate', 'blogid_cid' => 'home_comment_moderate', 'sid_cid' => 'home_comment_moderate', 'picid_cid' => 'home_comment_moderate');
     parent::__construct();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     $this->_table = 'forum_postcache';
     $this->_pk = 'pid';
     $this->_pre_cache_key = 'forum_postcache_';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'sanree_brand_group_module';
     $this->_jointable = 'sanree_brand_group';
     $this->_pk = 'mid';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'sanree_brand_businesses_module';
     $this->_jointable = 'sanree_brand_businesses';
     $this->_pk = 'mid';
     parent::__construct();
 }
Exemplo n.º 8
0
 public function __construct()
 {
     $this->_table = 'pre_feedback_bug';
     $this->_allowmem = true;
     $this->_cache_ttl = 86400;
     parent::__construct();
 }
Exemplo n.º 9
0
 public function __construct()
 {
     $this->_table = 'sanree_brand_group';
     $this->_membertable = 'common_member';
     $this->_pk = 'groupid';
     parent::__construct();
 }
Exemplo n.º 10
0
 public function __construct()
 {
     $this->_table = 'common_member_verify';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'common_member_verify_';
     parent::__construct();
 }
Exemplo n.º 11
0
 public function __construct()
 {
     $this->_table = 'home_favorite';
     $this->_membertable = 'common_member';
     $this->_pk = 'favid';
     parent::__construct();
 }
Exemplo n.º 12
0
 public function __construct()
 {
     $this->_table = 'forum_thread';
     $this->_pk = 'tid';
     $this->_pre_cache_key = 'forum_thread_';
     parent::__construct();
 }
Exemplo n.º 13
0
 public function __construct()
 {
     $this->_table = 'forum_post_location';
     $this->_pk = 'pid';
     $this->_pre_cache_key = 'forum_post_location_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'mobile_wsq_threadlist';
     $this->_pk = 'skey';
     $this->_pre_cache_key = 'wsq_threadlist_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'plugin_dsuamupperc';
     $this->_pk = 'id';
     $this->_pre_cache_key = 'plugin_dsuamupperc_';
     $this->_allowmem = true;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'sanree_brand_album_category';
     $this->_joinbrandtable = 'sanree_brand_businesses';
     $this->_membertable = 'common_member';
     $this->_pk = 'catid';
     parent::__construct();
 }
Exemplo n.º 17
0
	public function __construct() {

		$this->_table = 'common_plugin';
		$this->_pk    = 'pluginid';

		parent::__construct();

/*vot*/		$this->_update_structure();
	}
Exemplo n.º 18
0
 public function __construct()
 {
     $this->_table = 'common_session';
     $this->_pk = 'sid';
     $this->_pre_cache_key = 'common_session_';
     $this->_allowmem = memory('check');
     $this->_cache_ttl = 120;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'bigapp_connection';
     $this->_pk = 'id';
     $this->_fields = array('id', 'uid', 'openid', 'platid', 'status', 'param');
     $this->_pre_cache_key = 'bigapp_connection_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemplo n.º 20
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();
 }
 public function __construct()
 {
     $this->_table = 'common_member_forum_buylog';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'common_member';
     $this->_allowmem = memory('check');
     $this->_cache_ttl = 86400;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'bigapp_push_message';
     $this->_pk = 'id';
     $this->_fields = array('id', 'toalias', 'msgtype', 'msgmask', 'msgtitle', 'msg', 'extra', 'isdel', 'addtime');
     $this->_pre_cache_key = 'bigapp_push_message_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'common_member_connect';
     $this->_pk = 'uid';
     $this->_fields = array('uid', 'conuin', 'conuinsecret', 'conopenid', 'conisfeed', 'conispublishfeed', 'conispublisht', 'conisregister', 'conisqzoneavatar');
     $this->_pre_cache_key = 'common_member_connect_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
Exemplo n.º 24
0
 public function __construct()
 {
     $this->_table = 'common_block';
     $this->_pk = 'bid';
     parent::__construct();
     $this->_allowmem = null;
     $this->cache_ttl = $this->_cache_ttl = getglobal('setting/memory/diyblock');
     $this->allowmem = $this->_cache_ttl !== null && memory('check');
 }
 public function __construct()
 {
     $this->_table = 'common_remote_port';
     $this->_pk = '';
     parent::__construct();
     $porttable = getglobal('setting/porttable');
     if (empty($porttable)) {
         $this->inittable();
     }
 }
Exemplo n.º 26
0
 public function __construct()
 {
     $this->_table = 'sanree_brand_businesses';
     $this->_jointable = 'sanree_brand_category';
     $this->_grouptable = 'sanree_brand_group';
     $this->_membertable = 'common_member';
     $this->_threadtable = 'forum_thread';
     $this->_blockstyletable = 'common_block_style';
     $this->_pk = 'bid';
     parent::__construct();
 }
Exemplo n.º 27
0
 public function __construct()
 {
     $this->_table = 'common_pluginvar';
     $this->_pk = 'pluginvarid';
     parent::__construct();
 }
Exemplo n.º 28
0
 public function __construct()
 {
     $this->_table = 'mobile_setting';
     $this->_pk = 'skey';
     parent::__construct();
 }
Exemplo n.º 29
0
 public function __construct()
 {
     $this->_table = 'forum_sofa';
     $this->_pk = 'tid';
     parent::__construct();
 }
Exemplo n.º 30
0
 public function __construct()
 {
     $this->_table = 'goodssort';
     $this->_pk = 'goodssortid';
     parent::__construct();
 }