コード例 #1
0
 public function __construct()
 {
     $this->_table = 'user_status';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'user_status_';
     parent::__construct();
 }
コード例 #2
0
 public function __construct()
 {
     $this->_table = 'user_verify';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'user_verify_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     $this->_table = 'connect_pan';
     $this->_pk = 'id';
     $this->_pre_cache_key = 'connect_pan_';
     $this->_cache_ttl = 300;
     parent::__construct();
 }
コード例 #4
0
 public function __construct()
 {
     $this->_table = 'source_attach';
     $this->_pk = 'qid';
     $this->_pre_cache_key = 'source_attach_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #5
0
 public function __construct()
 {
     $this->_table = 'local_storage';
     $this->_pk = 'remoteid';
     /*$this->_pre_cache_key = 'local_storage_';
     		$this->_cache_ttl = 300;*/
     parent::__construct();
 }
コード例 #6
0
ファイル: table_app_open.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'app_open';
     $this->_pk = 'extid';
     $this->_pre_cache_key = 'app_open_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #7
0
 public function __construct()
 {
     $this->_table = 'app_market';
     $this->_pk = 'appid';
     $this->_pre_cache_key = 'app_market_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #8
0
 public function __construct()
 {
     $this->_table = 'connect_storage';
     $this->_pk = 'id';
     /*$this->_pre_cache_key = 'connect_storage_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
コード例 #9
0
 public function __construct()
 {
     $this->_table = 'source_music';
     $this->_pk = 'mid';
     $this->_pre_cache_key = 'source_music_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #10
0
ファイル: table_iconview.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'iconview';
     $this->_pk = 'id';
     /*$this->_pre_cache_key = 'iconview_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
コード例 #11
0
 public function __construct()
 {
     $this->_table = 'app_open_default';
     $this->_pk = '';
     //$this->_pre_cache_key = 'app_open_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #12
0
 public function __construct()
 {
     $this->_table = 'app_relative';
     $this->_pk = 'rid';
     //$this->_pre_cache_key = 'app_relative_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #13
0
ファイル: table_app_pic.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'app_pic';
     $this->_pk = 'picid';
     /*$this->_pre_cache_key = 'app_pic_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
コード例 #14
0
 public function __construct()
 {
     $this->_table = 'source_shortcut';
     $this->_pk = 'cutid';
     $this->_pre_cache_key = 'source_shortcut_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #15
0
 public function __construct()
 {
     $this->_table = 'source_link';
     $this->_pk = 'lid';
     $this->_pre_cache_key = 'source_link_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #16
0
ファイル: table_folder.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'folder';
     $this->_pk = 'fid';
     $this->_pre_cache_key = 'folder_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #17
0
 public function __construct()
 {
     $this->_table = 'source_image';
     $this->_pk = 'picid';
     $this->_pre_cache_key = 'source_image_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #18
0
ファイル: table_icon.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'icon';
     $this->_pk = 'did';
     $this->_pre_cache_key = 'icon_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
コード例 #19
0
 public function __construct()
 {
     $this->_table = 'comment_attach';
     $this->_pk = 'qid';
     $this->_pre_cache_key = 'comment_attach_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
コード例 #20
0
 public function __construct()
 {
     $this->_table = 'attachment';
     $this->_pk = 'aid';
     $this->_pre_cache_key = 'attachment_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #21
0
ファイル: table_connect.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'connect';
     $this->_pk = 'bz';
     $this->_pre_cache_key = 'connect_';
     $this->_cache_ttl = 60 * 60;
     parent::__construct();
 }
コード例 #22
0
 public function __construct()
 {
     $this->_table = 'user_profile_setting';
     $this->_pk = 'fieldid';
     $this->_pre_cache_key = 'user_profile_setting_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #23
0
ファイル: table_document.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'document';
     $this->_pk = 'did';
     /* $this->_pre_cache_key = 'document_';
     		$this->_cache_ttl = 0;*/
     parent::__construct();
 }
コード例 #24
0
ファイル: table_share.php プロジェクト: druphliu/dzzoffice
 public function __construct()
 {
     $this->_table = 'share';
     $this->_pk = 'sid';
     $this->_pre_cache_key = 'share_';
     //$this->_cache_ttl =0;
     parent::__construct();
 }
コード例 #25
0
 public function __construct()
 {
     $this->_table = 'feed_thread';
     $this->_pk = 'tid';
     $this->_pre_cache_key = 'feed_thread_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #26
0
 public function __construct()
 {
     $this->_table = 'cai_video';
     $this->_pk = 'cid';
     //$this->_pre_cache_key = 'cai_video_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #27
0
 public function __construct()
 {
     $this->_table = 'organization';
     $this->_pk = 'orgid';
     //$this->_pre_cache_key = 'organization_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #28
0
 public function __construct()
 {
     $this->_table = 'feed_post';
     $this->_pk = 'pid';
     $this->_pre_cache_key = 'feed_post_';
     $this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #29
0
 public function __construct()
 {
     $this->_table = 'local_router';
     $this->_pk = 'routerid';
     //$this->_pre_cache_key = 'local_router_';
     //$this->_cache_ttl = 0;
     parent::__construct();
 }
コード例 #30
0
ファイル: table_syscache.php プロジェクト: druphliu/dzzoffice
 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();
 }