Tags: CMS, Code, CodeIgniter, notifications
Posted in Code, CodeIgniter, PHP
Often, I find I need to send notifications to the user (webpage) during server code. This may be a warning, notification, or a message that an action has hapend. If you’re using a MVC framework it’s not practical to exit running code or echo out the message. From a User Interface perspective it is also imperative that the user knows where to look for these notifications and what they mean. Read the rest of this entry »