MSG Handler

Message handler (msg) is a very simple and convenient way to keep your application users informed of what is going on in your application.

It provides a consistent way to add messages from within your code blocks which can be displayed at an appropriate time within your display sections.

This makes is very easy to process all of your code/logic a the top of your templates and the display code at the bottom.

Messages can be give specific types (eg: error, warning, success and information) and styled appropriately.