How to use forms in zf2 beta4?
php, zend-framework2
Solution
First, ZF2 is now at beta4 :)
You can see examples of form code over here:
- https://github.com/akrabat/zf2-tutorial
- Phly Contact
And the unease to read manual:
- https://github.com/zendframework/zf2-documentation/blob/master/docs/languages/en/modules/zend.form.intro.rst
- https://github.com/zendframework/zf2-documentation/blob/master/docs/languages/en/modules/zend.form.quick-start.rst
Problem
Forms had been remade in zf2 beta4. There are many examples of usage forms for zf1, but no example for new forms. Please give a example or link of new forms usage?