View Single Post
  #2 (permalink)  
Old 04-15-2008, 06:15 PM
qhas qhas is offline
Junior Member
 
Join Date: Apr 2008
Posts: 4
Default

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);
Reply With Quote