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

Environment

Variable: $cfg['site']['env']

Effected class: global

Config type: main

Type of data: string

Platform: 2v

How to call: basic::$cfg['site']['env']

Description:
Mainly there are 2 state stages for this issue, dev or prod. The system can be set as development - Where the behavior of the system may be different from the other states. Use: isEnv to check environment state.
Available options:
Dev.
Develop (dev).
Development (dev).
Tech (dev).
Prod.
Production (prod).
Live (prod).
example: 1
Make the environment to be "development".
How to set (example):
Code:
example: 2
Make the environment to be "production".
How to set (example):
Code:
Info Panel
Roll it!   ⇔