Notif notification class
Notification system is widely spread over: phones, emails, TV and etc.. Lot's of alerts everywhere, why not make it over internet site also? An alert/notification is sent to the user interface when an incident is triggered.
instead of creating an ugly php error, why not make it a popup notification for the user/dev user to know? When triggered, a popup message will appear on top of the page with the designated color box and message.
notice notifications are also available and showed even on ajax requests.
loadNotifs load notifications data $notif->loadNotifs();
loadNotifsViaArray load notifications data via array $notif->loadNotifsViaArray();
loadNotifsViaXml load notifications data via xml $notif->loadNotifsViaXml();
parseNotifsVariablesFromXmlP parse notifications from xml $this->parseNotifsVariablesFromXml();
parseNotifNumP parse notification number $this->parseNotifNum();
genNotifByNum generate notification by number $notif->genNotifByNum();
notifNumP issue the notification $this->notifNum();
sendNotif this::sendNotif();