colap Posted February 24, 2011 Share Posted February 24, 2011 How can i add combobox in zend framework form? Is there anything like that ? $catagory=new Zend_Form_Element_Combobox; Link to comment https://forums.phpfreaks.com/topic/228674-how-can-i-add-combobox-in-zend-framework-form/ Share on other sites More sharing options...
ignace Posted February 24, 2011 Share Posted February 24, 2011 $combobox = $form->addElement('Select', 'mycombobox'); You can read more about forms at the Zend_Form documentation Link to comment https://forums.phpfreaks.com/topic/228674-how-can-i-add-combobox-in-zend-framework-form/#findComment-1179006 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.