Hello, I have a result array fetched form database. it's structure ion print_r is like this :
Array ( [id] => 1 [code] => MSjoo7 [description] => Hello World [Organization_id] => 1 )
Now i want to set these fetched values in my Zend Form's elements some think like this:
Code: MSj007
Description : Hello World
http://yfrog.com/0jscreenshotxlsp
For getting above output i also used : $Form->populate( $result_array); but the browser does not show any thing. Plz Help me...