Hello list, just a quick question:
How can I get a Zend_Form_Element_Select populated without it's options being escaped?
I need to populate a <select> with indented options according to the hierarchy of each one.
$options = array(
23 => ' Option 1'
24 => ' Option 1.1'
46 => ' Option 2'
);
$myZendFormElementObject->addMultioptions( $options );
The result is I see the ' 's
I've checked the API and docs but I can't find anything.
Thanks in advance.
Best Regards,
Ernesto
How can I get a Zend_Form_Element_Select populated without it's options being escaped?
I need to populate a <select> with indented options according to the hierarchy of each one.
$options = array(
23 => ' Option 1'
24 => ' Option 1.1'
46 => ' Option 2'
);
$myZendFormElementObject->addMultioptions( $options );
The result is I see the ' 's
I've checked the API and docs but I can't find anything.
Thanks in advance.
Best Regards,
Ernesto
没有评论:
发表评论