I have a one table name is task_master. I want to set all record into check box dynamically in zend. I see so many examples but i didn't found anything to fix it.
Task master
id name<br>
1 Index<br>
2 Add<br>
3 Edit<br>
4 delete<br>
i have new in zend. have any suggestion about it. how can i set data from database in check box using form in zend.
like following.
read from database and create list of check box in view.
I am not able to make out much from the code that you have shared but this might be able to help you.
IN YOUR FORM:
IN YOUR HTML:
and so on...