Form->setDescription('test'); not working?
Hi,
is this a bug?
simple, a description is not added to form.
e.g.
$form = new Zend_Form();
$form->setDescription('I am the form description');
...add your elements
echo $form;
no description?
Last edited by gerry22 : 06-22-2008 at 12:14 AM.
Reason: meant ->setDescription() and not ->addDescription()
|