Thread
:
Form->setDescription('test'); not working?
View Single Post
#
4
(
permalink
)
06-21-2008, 10:59 PM
gerry22
Junior Member
Join Date: May 2008
Posts: 6
i don't know about the api, though...
lines 742 - 752 of /library/Form.php
/**
* Set form description
*
* @param string $value
* @return Zend_Form
*/
public function setDescription($value)
{
$this->_description = (string) $value;
return $this;
}
gerry22
View Public Profile
Send a private message to gerry22
Find all posts by gerry22