Creating Zend_Form elements from row html
- by P.M
Hi there,
I am having an issue with Zend_Form and your help will be appreciated.
in fact I have a class to generate categories as options
$categories = My_Util_Category::toHtmlSelect();//for simplicity I removed other lines
this code generates
<select>
<option > root</option>
<option> root /…