當前位置: 首頁>>代碼示例>>PHP>>正文


PHP discuz_table::__construct方法代碼示例

本文整理匯總了PHP中discuz_table::__construct方法的典型用法代碼示例。如果您正苦於以下問題:PHP discuz_table::__construct方法的具體用法?PHP discuz_table::__construct怎麽用?PHP discuz_table::__construct使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在discuz_table的用法示例。


在下文中一共展示了discuz_table::__construct方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: __construct

 public function __construct()
 {
     $this->_table = 'pre_common_basedata';
     $this->_allowmem = memory('check');
     $this->_cache_ttl = 86400;
     parent::__construct();
 }
開發者ID:vanloswang,項目名稱:discuzx-1,代碼行數:7,代碼來源:table_common_basedata.php

示例2: __construct

 public function __construct()
 {
     $this->_table = 'forum_collection';
     $this->_pk = 'ctid';
     $this->_pre_cache_key = 'forum_collection_';
     parent::__construct();
 }
開發者ID:softhui,項目名稱:discuz,代碼行數:7,代碼來源:table_forum_collection.php

示例3: __construct

 public function __construct()
 {
     $this->_table = 'home_follow';
     $this->_pk = '';
     $this->_pre_cache_key = 'home_follow_';
     parent::__construct();
 }
開發者ID:MCHacker,項目名稱:discuz-docker,代碼行數:7,代碼來源:table_home_follow.php

示例4: __construct

 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();
 }
開發者ID:tang86,項目名稱:discuz-utf8,代碼行數:7,代碼來源:table_common_moderate.php

示例5: __construct

 public function __construct()
 {
     $this->_table = 'sanree_brand_group_module';
     $this->_jointable = 'sanree_brand_group';
     $this->_pk = 'mid';
     parent::__construct();
 }
開發者ID:herosrx,項目名稱:shops,代碼行數:7,代碼來源:table_sanree_brand_group_module.php

示例6: __construct

 public function __construct()
 {
     $this->_table = 'pre_feedback_bug';
     $this->_allowmem = true;
     $this->_cache_ttl = 86400;
     parent::__construct();
 }
開發者ID:vanloswang,項目名稱:discuzx-1,代碼行數:7,代碼來源:table_feedback_bug.php

示例7: __construct

 public function __construct()
 {
     $this->_table = 'sanree_brand_group';
     $this->_membertable = 'common_member';
     $this->_pk = 'groupid';
     parent::__construct();
 }
開發者ID:herosrx,項目名稱:shops,代碼行數:7,代碼來源:table_sanree_brand_group.php

示例8: __construct

 public function __construct()
 {
     $this->_table = 'forum_post_location';
     $this->_pk = 'pid';
     $this->_pre_cache_key = 'forum_post_location_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
開發者ID:softhui,項目名稱:discuz,代碼行數:8,代碼來源:table_forum_post_location.php

示例9: __construct

 public function __construct()
 {
     $this->_table = 'plugin_dsuamupperc';
     $this->_pk = 'id';
     $this->_pre_cache_key = 'plugin_dsuamupperc_';
     $this->_allowmem = true;
     parent::__construct();
 }
開發者ID:vanloswang,項目名稱:discuzx-1,代碼行數:8,代碼來源:table_plugin_dsuamupperc.php

示例10: __construct

 public function __construct()
 {
     $this->_table = 'sanree_brand_album_category';
     $this->_joinbrandtable = 'sanree_brand_businesses';
     $this->_membertable = 'common_member';
     $this->_pk = 'catid';
     parent::__construct();
 }
開發者ID:herosrx,項目名稱:shops,代碼行數:8,代碼來源:table_sanree_brand_album_category.php

示例11: __construct

	public function __construct() {

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

		parent::__construct();

/*vot*/		$this->_update_structure();
	}
開發者ID:xDiglett,項目名稱:discuzx30,代碼行數:9,代碼來源:table_common_plugin.php

示例12: __construct

 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();
 }
開發者ID:vanloswang,項目名稱:discuzx-1,代碼行數:9,代碼來源:table_common_session.php

示例13: __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();
 }
開發者ID:Mushan3420,項目名稱:BigApp-PHP7,代碼行數:9,代碼來源:table_bigapp_connection.php

示例14: __construct

 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();
 }
開發者ID:softhui,項目名稱:discuz,代碼行數:9,代碼來源:table_common_syscache.php

示例15: __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();
 }
開發者ID:tang86,項目名稱:discuz-utf8,代碼行數:9,代碼來源:table_common_member_forum_buylog.php


注:本文中的discuz_table::__construct方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。