ZF-9535: Code Example Variable Incorrect | zend.tool.framework.writing-providers
Description
On http://framework.zend.com/manual/en/… under the section "Prompt the User for Input" the code example throws and error.
Line number 9 reads | $name = $name->getContent(); Should read | $name = $nameResponse->getContent();
Comments
Posted by Juozas Kaziukenas (juokaz) on 2010-04-16T11:36:24.000+0000
Fixed in r21888