How I can create for with one to many relations? For example I have an Object and him have relations to many images?
I usually use symfony and it have form collection type. Maybe Zend have something like that?
UPDATE:
I want create this form using Zend_Form.
I have 2 forms classes. First form is the main form and the second form, it is the i want add dynamic. In controller I check how many new elements appeared to form
previously using
and add new subforms in controller and save it.