Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Notif  notification class

Description: keep it simple

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.

List of methods/functions:

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();

Info Panel
Roll it!   ⇔