Hi zf gurus!
I want to add options to Zend_Form_Element_Select from rowset
(Zend_Db_Table_Rowset_Abstract) I fetched from database. The problem is that
options must have appropriate structure, and to achieve this, I must iterate
rowset and build options. Is there any way to load options from rowset in
one step, without iterating it?

Regards,
Saša Stamenković

Reply via email to