ZF-3301: 7.3 - The FrontController - incorrect methods identified
Description
In latest documentation (ZendFramework-1.5.2/documentation/manual/core/en/zend.controller.front.html) the following methods are identified for setting/getting the default action name:
(set|get)DefaultActionName() let you specify a different name to use for the default action ('index' is used otherwise) and retrieve the current value. They proxy to the dispatcher.
when the actual method names are actually (set|get)DefaultAction, not (set|get)DefaultActionName.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-07-02T08:06:34.000+0000
Solved in SVN r9877
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:33.000+0000
Updating for the 1.6.0 release.