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 Ip

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

Effected class: global

Config type: itinerary

Type of data: url

Platform: 2v

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

Description:
We can set a config set for each ip we will work on, the ip represent the server host ip. This way we can create many settings, 1 for each ip.
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!   ⇔