public function __construct()
 {
     parent::__construct();
     $this->_table = 'common_member_archive';
     $this->_pk = 'uid';
 }