initVar('id', XOBJ_DTYPE_INT, 0); $this->initVar('useruuid', XOBJ_DTYPE_STRING, ''); $this->initVar('targetuuid', XOBJ_DTYPE_STRING, ''); $this->initVar('notes', XOBJ_DTYPE_TEXT, ''); } } class XoopensimProfusernotesdbHandler extends XoopsObjectGenericHandler { var $mTable = 'xoopensim_prof_usernotes'; var $mPrimary = 'id'; var $mClass = 'XoopensimProfusernotesdbObject'; function XoopensimProfusernotesdbHandler(&$db) { parent::XoopsObjectGenericHandler($db); } } ?>