« Return to Thread: Zend Form Element, set name allowBrackets

Zend Form Element, set name allowBrackets

by Mikael Abrahamsson-3 :: Rate this Message:

Reply to Author | View in Thread

When creating a new instance of a zend form element how to you give it  
a name with brackets?
The Zend_Form_Element::setName() method calls the  
Zend_Form_Element::filterName() method which taks as a second argument  
$allowBrackets boolean.

So how do I set the name with brackets?


 « Return to Thread: Zend Form Element, set name allowBrackets