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

Cfg

Type: core

Class: Basic

Platform: 2v

Function: class global

Visibility: public static

Parameter: $cfg

Description:
Stores all global config settings. When be called, will return all it's values.
Return:
string - The current itinerary.
Callable from (extended classes):
application: controller,view
advanced: controller,view
operators: controller,view
api: controller,view
example: 1
What is the current cfg value?
How to call (example):
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
Possible outcome (example):
Output:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Info Panel
Roll it!   ⇔