ZF-11195: _helper vs getHelper() misleading
Description
On the page: http://framework.zend.com/manual/en/…
in the section: Helper Initialization
one variant is missing: $flashMessenger = $this->getHelper('FlashMessenger');
On the page: http://framework.zend.com/manual/en/…
in the section: Helper Initialization
one variant is missing: $flashMessenger = $this->getHelper('FlashMessenger');
Comments
Posted by Aleksey 'Xerkus' Khudyakov (xerkus) on 2011-03-20T06:12:27.000+0000
patch for Zend_Controller-ActionHelpers.xml added