[xoops-cvslog 1659] CVS update: xoops2jp/html/modules/user/class

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 1月 12日 (木) 01:43:37 JST


Index: xoops2jp/html/modules/user/class/groups_users_link.php
diff -u /dev/null xoops2jp/html/modules/user/class/groups_users_link.php:1.1.2.1
--- /dev/null	Thu Jan 12 01:43:37 2006
+++ xoops2jp/html/modules/user/class/groups_users_link.php	Thu Jan 12 01:43:37 2006
@@ -0,0 +1,20 @@
+<?php
+
+class UserGroups_users_linkObject extends XoopsSimpleObject
+{
+	function UserGroups_users_linkObject()
+	{
+		$this->initVar('linkid', XOBJ_DTYPE_INT, '0', true);
+		$this->initVar('groupid', XOBJ_DTYPE_INT, '0', true);
+		$this->initVar('uid', XOBJ_DTYPE_INT, '0', true);
+	}
+}
+
+class UserGroups_users_linkHandler extends XoopsObjectGenericHandler
+{
+	var $mTable = "groups_users_link";
+	var $mPrimary = "linkid";
+	var $mClass = "UserGroups_users_linkObject";
+}
+
+?>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る