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

Load Method

Variable: $cfg['notif']['loadMethod']

Effected class: notif

Config type: notif

Type of data: string

Platform: 2v

How to call: self::$cfg['notif']['loadMethod']

(only from effected classes)

Description:
Choose from different types of data storing. Notifications data can be stored in: php array or xml file (in the future - Also db/mySql will be available). You can read on how to edit the array format: loadNotifsViaArray or the xml format: loadNotifsViaXml.
Available options:
Array.
Xml.
example: 1
Set the notifications to load from a php array files.
How to set (example):
Code:
Info Panel
Roll it!   ⇔