[eluser]cyberizal[/eluser]
i want to load simple form_checkbox with data from column 'name' loaded from table student_name.
the data should read from model and the view will echo form_checkbox
assume in my table student_name the few data like john, julia,joseph, jenny, joe.
===================
its simple to loop php code in my view, but i dont want to do that..
thanks guys