Ejemplo n.º 1
0
 public function __construct()
 {
     $this->_table = 'common_member_count';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'common_member_count_';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'common_member_profile';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'common_member_profile_';
     $this->_fields = array('uid', 'realname', 'gender', 'birthyear', 'birthmonth', 'birthday', 'constellation', 'zodiac', 'telephone', 'mobile', 'idcardtype', 'idcard', 'address', 'zipcode', 'nationality', 'birthprovince', 'birthcity', 'birthdist', 'birthcommunity', 'resideprovince', 'residecity', 'residedist', 'residecommunity', 'residesuite', 'graduateschool', 'education', 'company', 'occupation', 'position', 'revenue', 'affectivestatus', 'lookingfor', 'bloodtype', 'height', 'weight', 'alipay', 'icq', 'qq', 'yahoo', 'msn', 'taobao', 'site', 'bio', 'interest', 'field1', 'field2', 'field3', 'field4', 'field5', 'field6', 'field7', 'field8');
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'common_member_profile';
     $this->_pk = 'uid';
     $this->_pre_cache_key = 'common_member_profile_';
     //$this->_fields = array('qq');
     parent::__construct();
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     $this->_table = 'server';
     $this->_pk = 'server_id';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'common_card_log';
     $this->_pk = 'id';
     parent::__construct();
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     $this->_table = 'common_magiclog';
     $this->_pk = '';
     parent::__construct();
 }
 public function __construct()
 {
     $this->_table = 'ios_token';
     parent::__construct();
 }