Переглянути джерело

[ZF-5864] Zend_Form_Element_File:

 - additional docu

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16002 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 роки тому
батько
коміт
b861c97fba

+ 6 - 0
documentation/manual/en/module_specs/Zend_Form-StandardElements.xml

@@ -407,6 +407,12 @@ $form->addElement($element, 'foo');
                 If there are 2 file elements with the same name, the second
                 element is not be displayed or submitted.
             </para>
+
+            <para>
+                Additionally, file elements are not rendered within the sub-form. So when
+                you add a file element into a subform, then the element will be rendered
+                within the main form.
+            </para>
         </note>
 
         <para>