ZF-11530: Error in example: Prompt the User for Input
Description
url: http://framework.zend.com/manual/en/… 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/… Error in example: "Prompt the User for Input" in example: $name = $name->getContent(); should be: $name = $nameResponse->getContent();
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-07-23T12:01:53.000+0000
Fixed r24260.