scroach
scroach
> Please look at the top of the page, this documentation is outdated! > The current documentation can be found here: https://docs.zendframework.com/zend-form/collections/ I have already looked at the new docs...
> Please don't mix the problems here! (Your first statement has nothing to do with the second.) The first is just the explanation of **why** we do it this way,...
Alright, thanks for your input so far. If you say nesting forms isn't supported and never will be I'm gonna have to to fix this for our project or switch...
If you consider the HTML side - yeah you're right. But I just considered the Zend implementation as an abstract container holding all the elements, and allowing nesting and hierarchy...
I've stumbled across the same problem as I am currently trying to implement a REST API with ZF2. I registered the `ViewJsonStrategy` in my module and expected the `AbstractRestfulController` to...