|
|||
|
I was playing around with ZF, and stuck here, really appreciate if anyone can help
For example, I have this action in one of my controllers PHP Code:
Last edited by iroy2000 : 03-08-2008 at 12:31 AM. Reason: add space |
|
||||
|
PHP Code:
More info: Zend Framework: Documentation (Look for this section: 7.8.4.4. FlashMessenger) |
|
|||
|
Thanks for your reply, but when I tried to do this in my index/index.phtml
PHP Code:
PHP Code:
Fatal error: Call to a member function getMessages() on a non-object Last edited by iroy2000 : 03-10-2008 at 10:01 PM. |
|
||||
|
you need to instanstiate your object.
Try this in your action method: PHP Code:
PHP Code:
__________________
- xentek |
|
|||
|
Hi,
I apologize in advance for this simplicity of this questions or if it has already been addressed... so once the a message as been retrieved with $this->_flashMessenger->getMessages(), does it automatically get wiped or is there a method I that I need to call to do this manually? Thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
|
|