MichaelHenriksen.dk Random bits and bytes…

8Nov/090

Handling messages in web applications – Part 2

Welcome to part two of Handling messages in web applications. Part one went through how the message handler system is built. This part will show how to actually implement and use the component in a Zend Framework application.

8Nov/090

Handling messages in web applications – Part 1

Messages are a very important part of an application. Messages inform users about what is happening in the system and what the result of their actions is, so therefore it is critical to have a good and consistent way to display messages in an application.
In this post I will show how a message handling system [...]