Oi
Description
Oi is a Library to manage messages you want to send to the browser on your server.
Messages can be added to the library in your code any time before your final view is called. Oi will also store messages in the session if they are not displayed due to a redirect and display them the following page load.
Features
- Easy to setup, easy to use.
- Support for any number of messages and message types. i.e. Error, Warning or Success messages.
- Messages will be retained in the session if they are not displayed before a redirect.