initVar('useruuid', XOBJ_DTYPE_STRING, ''); $this->initVar('profilePartner', XOBJ_DTYPE_STRING, ''); $this->initVar('profileImage', XOBJ_DTYPE_STRING, ''); $this->initVar('profileAboutText', XOBJ_DTYPE_TEXT, ''); $this->initVar('profileAllowPublish', XOBJ_DTYPE_INT, 0); $this->initVar('profileMaturePublish', XOBJ_DTYPE_INT, 0); $this->initVar('profileURL', XOBJ_DTYPE_STRING, ''); $this->initVar('profileWantToMask', XOBJ_DTYPE_INT, 0); $this->initVar('profileWantToText', XOBJ_DTYPE_TEXT, ''); $this->initVar('profileSkillsMask', XOBJ_DTYPE_INT, 0); $this->initVar('profileSkillsText', XOBJ_DTYPE_TEXT, ''); $this->initVar('profileLanguagesText', XOBJ_DTYPE_TEXT, ''); $this->initVar('profileFirstImage', XOBJ_DTYPE_STRING, ''); $this->initVar('profileFirstText', XOBJ_DTYPE_TEXT, ''); } } class XoopensimProfuserprofiledbHandler extends XoopsObjectGenericHandler { var $mTable = 'xoopensim_prof_userprofile'; var $mPrimary = 'useruuid'; var $mClass = 'XoopensimProfuserprofiledbObject'; function XoopensimProfuserprofiledbHandler(&$db) { parent::XoopsObjectGenericHandler($db); } } ?>