Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 29th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to handle Zend SubForms when the number of each is unknown
  2. <input type="text" name="contacts[0][fname]" />
  3. <input type="text" name="contacts[0][sname]" />
  4.        
  5. <input type="text" name="contacts[0][fname]" />
  6. <input type="text" name="contacts[0][sname]" />
  7. <br />
  8. <input type="text" name="contacts[1][fname]" />
  9. <input type="text" name="contacts[1][sname]" />