-- Ian Warner <[EMAIL PROTECTED]> wrote (on Monday, 07 May 2007, 11:08 PM +0100): > Just stuggled with the documentation on helpers vs helper > > http://framework.zend.com/manual/en/zend.controller.actionhelpers.html > > /** > * Helper Broker to assist in routing help requests to the proper > object > * > * @var Zend_Controller_Action_HelperBroker > */ > protected $_helper = null; > > helper works
I corrected all of these yesterday, due to another report on-list. :-) > and I must say this is an excellent implementaion I moaned at the last > forward implementation but this does all I need now and the > flashmessenger is excellent. The design was Ralph Schindlers, and I merely assisted with details, some testing, and the redirector helper -- which gives a ton more solutions for redirecting that I felt we could reasonably offer in the action controller. Glad it works for you! -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
