Thread
:
How do I fill a zend::form select from db?
View Single Post
#
2
(
permalink
)
04-15-2008, 06:15 PM
qhas
Junior Member
Join Date: Apr 2008
Posts: 4
I don't know if this is the best way but...
In my query, the returned column names are the same as the element names in the form.
Then you can just do $Form->populate( $resulting_query_as_an_array);
qhas
View Public Profile
Send a private message to qhas
Find all posts by qhas