[xoops-cvslog 1650] CVS update: xoops2jp/html/kernel

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 1月 11日 (水) 19:18:38 JST


Index: xoops2jp/html/kernel/object.php
diff -u xoops2jp/html/kernel/object.php:1.2.8.6 xoops2jp/html/kernel/object.php:1.2.8.7
--- xoops2jp/html/kernel/object.php:1.2.8.6	Wed Jan 11 12:29:45 2006
+++ xoops2jp/html/kernel/object.php	Wed Jan 11 19:18:38 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: object.php,v 1.2.8.6 2006/01/11 03:29:45 minahito Exp $
+// $Id: object.php,v 1.2.8.7 2006/01/11 10:18:38 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -38,7 +38,9 @@
  * Xoops object datatype
  *
  **/
+define('XOBJ_DTYPE_STRING', 1);
 define('XOBJ_DTYPE_TXTBOX', 1);
+define('XOBJ_DTYPE_TEXT', 2);
 define('XOBJ_DTYPE_TXTAREA', 2);
 define('XOBJ_DTYPE_INT', 3);
 define('XOBJ_DTYPE_URL', 4);
@@ -87,7 +89,7 @@
 
 	/**
 	 * You should use this method to initilize object's properties.
-	 * This method will not trigger unsetNew().
+	 * This method may not trigger setDirty().
 	 * @param $values array
 	 */	
 	function assignVars($values)
@@ -96,7 +98,7 @@
 	
 	/**
 	 * You should use this method to change object's properties.
-	 * This method will trigger unsetNew().
+	 * This method may trigger setDirty().
 	 */
 	function set($key, $value)
 	{
@@ -114,7 +116,7 @@
 	{
 	}
 	
-	function setVars($key)
+	function setVars($values)
 	{
 	}
 	


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