David @ OrlandoPHP.org
[fw-general] Re: Using FlashMessenger to display a message when there was an error processing a form
Hey, all. I've actually run into this problem several times myself and
have written an action helper that performs functions similar to
FlashMessenger but also allows for an immediately accessible message
"bucket". My goal with this helper was to be able to leverage a
similar interface to FlashMessenger for a generic message storage that
would persist messages across redirects _and_ make them available if a
redirect did _not_ occur. After digging around in FlashMessenger, I
decided not to subclass it and wrote my own instead. I'd happily make
it (and the rest of my Zend extension library) available to interested
parties.
- [fw-general] Re: Using FlashMessenger to display a message wh... David Rogers
