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

Language Load Method

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

Effected class: lang trans router

Config type: lang

Type of data: string

Platform: 2v

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

(only from effected classes)

Description:
Choose from different types of data storing. Translation 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: loadTransViaArray or the xml format: loadTransViaXml.
Available options:
Array.
Xml.
example: 1
The default set of "loadMethod".
How to set (example):
Code:
Info Panel
Roll it!   ⇔