How does one add a 'plain text node' to a zend form?
问题 I'm trying to add a plain text node in a zend form - the purpose is to only dispay some static text. The problem is - im not aware of any such way to do it. I have used 'description' but that HAS to be attached to a form element. Is there any way to simply display some text as part of a form? Zend considers everything as a form element so I cannot just print it out. Eg: The following will test your ability on so and so. . . . etc... Any thoughts? 回答1: There might be a better way, but I