Hello, I would like to pass a value to to a specific property inside of a helper when I use it.
On page: http://framework.zend.com/manual/en/zend.controller.actionhelpers.html In the documentation is says this: #Finally, most action helpers implement the method direct() which will call a specific, default method in the helper. In the example of the FlashMessenger, it calls addMessage(): $this->_helper->FlashMessenger('We did something in the last request'); // shouldnt this last line be: $this->_helper->FlashMessenger('addMessage'); ? How do you get the message you want to add to 'addMessage' to that method? -- View this message in context: http://www.nabble.com/Action-Helper-tp19730400p19730400.html Sent from the Zend Framework mailing list archive at Nabble.com.
