ZF-9820: Incorrect label for form element in Zend_Form example
Description
In http://framework.zend.com/manual/en/… , under "Custom Forms", in the example, line # 17 should be $password->setLabel('Password:') and not $password->setLabel('Username:')
In http://framework.zend.com/manual/en/… , under "Custom Forms", in the example, line # 17 should be $password->setLabel('Password:') and not $password->setLabel('Username:')
Comments
Posted by Christian Albrecht (alab) on 2010-05-10T09:12:03.000+0000
Fixed in trunk r22147 and merged into 1.10 release branch.