I have populated selects in my forms in ZF2 using the method in this link: https://stackoverflow.com/a/34829272/211351
As i need to init the form i don’t know how to get it working in ZF3. How do i init a form in ZF3?
The goal is to have a select box with values from the database in my form when showing the form in the view. If there is the better version then the one in the link say i would be glad to hear
Sorry for no response here, but what solved my problem was to init the form in the same way as in ZF2 but in the controller factory. But that link did help i used it to verify that all parts was correct.