View Single Post
  #1 (permalink)  
Old 06-04-2008, 07:26 AM
gerry22 gerry22 is offline
Junior Member
 
Join Date: May 2008
Posts: 6
Default 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()
Reply With Quote