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; Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.