I noticed that I use Element_Checkboxand Element_Texttogether a lot in my project. Is there a way to combine them into a single element so that I can just do something like:
new Zend_Form_Element_Combo
I tried, as in the documentation, but I feel that they complicate it. I just want to combine the two elements together.
source
share