I'm using the Zend_Form_Element_Image on my Zend Form. This outputs :
<input id="media_img" type="image" src="/img/bigbtn-add.png" name="media_img">
What do think about that type="image" writing ? Do you prefer the "img" tag instead ?
If yes, someone stacked this solution to render an "img" element : see here
Is it the only way to render a classic "img" tag on Zend 1.12 ?
Thanks.