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

Back to archive index

Minahito minah****@users*****
2006年 1月 12日 (木) 20:26:14 JST


Index: xoops2jp/html/modules/user/class/mailjob_link.php
diff -u /dev/null xoops2jp/html/modules/user/class/mailjob_link.php:1.1.2.1
--- /dev/null	Thu Jan 12 20:26:14 2006
+++ xoops2jp/html/modules/user/class/mailjob_link.php	Thu Jan 12 20:26:14 2006
@@ -0,0 +1,20 @@
+<?php
+
+class UserMailjob_linkObject extends XoopsSimpleObject
+{
+	function UserMailjob_linkObject()
+	{
+		$this->initVar('lid', XOBJ_DTYPE_INT, '', true);
+		$this->initVar('id', XOBJ_DTYPE_INT, '0', true);
+		$this->initVar('uid', XOBJ_DTYPE_INT, '0', true);
+	}
+}
+
+class UserMailjob_linkHandler extends XoopsObjectGenericHandler
+{
+	var $mTable = "mailjob_link";
+	var $mPrimary = "lid";
+	var $mClass = "UserMailjob_linkObject";
+}
+
+?>


xoops-cvslog メーリングリストの案内
Back to archive index