Details
Description
url: http://framework.zend.com/manual/en/zend.tool.extending.html
Error in example: "Prompt the User for Input"
in example:
$name = $name->getContent();
should be:
$name = $nameResponse->getContent();
url: http://framework.zend.com/manual/en/zend.tool.extending.html
Error in example: "Prompt the User for Input"
in example:
$name = $name->getContent();
should be:
$name = $nameResponse->getContent();
Fixed r24260.