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

Itinerary Through Domain

Variable: $cfg['itinerary']['domain']

Effected class: global

Config type: itinerary

Type of data: string

Platform: 2v

How to call: basic::$cfg['itinerary']['domain']

Description:
We can set a config set for each domain we will work on, the domain represent the server host domain name. This way we can create many settings, 1 for each domain.
example: 1
Let's say that we are using the currently the domain: popolopo.com and we want to use prepared config set named "prod" - We have to create this directory inside config folder, like this: config\prod, this directory will hold all the config files we want to put in. If we want to change just 1, we can put inside the designated directory only the selected config file, the other config files will be loaded from config\origin set - That is the default set. ** it's recomanded to give as much information as we can, if not redirecting may be faulty.
How to set (example):
Code:
Info Panel
Roll it!   ⇔