Minahito
minah****@users*****
2006年 7月 26日 (水) 19:50:06 JST
Index: xoops2jp/html/class/XCube_ActionForm.class.php diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.35 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.36 --- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.35 Wed Jun 7 17:59:03 2006 +++ xoops2jp/html/class/XCube_ActionForm.class.php Wed Jul 26 19:50:06 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package XCube + * @version $Id: XCube_ActionForm.class.php,v 1.1.2.36 2006/07/26 10:50:06 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -22,6 +26,8 @@ * developer to use this. You can learn more full-scale action forms from JAVA * and .NET and other PHP. And, you must use auto-generating tool when you need * to ActionForm that is sub-class of this class. + * + * @package XCube */ class XCube_ActionForm { @@ -29,13 +35,13 @@ * @var array of XCube_FormProperty * @access protected */ - var $mFormProperties; + var $mFormProperties = array(); /** * @var array of XCube_FieldProperty * @access protected */ - var $mFieldProperties; + var $mFieldProperties = array(); /** * NOTICE: This is temporary until we will decide the method of managing error.