ZF-7229: Error in example for C.5.1.2. Extend Zend_View to provide often used helper methods
Description
The line in the middle of example is this:
$this->_localHelperObjects['url']->setView($view);
But it should probably be like this:
$this->_localHelperObjects['url']->setView($this);
Comments
Posted by Pádraic Brady (padraic) on 2009-09-17T16:13:44.000+0000
Fixed in r18210 - thanks for reporting this!