Zend Form - setting title property of option elements
        Posted  
        
            by hok
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hok
        
        
        
        Published on 2010-04-08T08:36:48Z
        Indexed on 
            2010/04/10
            0:43 UTC
        
        
        Read the original article
        Hit count: 278
        
zend-framework
|php
In Zend Framework how can I set the title properties of option elements within a select?
Desired output:
<option value="foo" title="bar">option</option>
© Stack Overflow or respective owner