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  itinerary config

Description: keep it simple

Will set the directory of which will load all config files. The directory: config can hold many of sub directories, which can hold variety of config sets. The decision of which config set to load can be ruled by ip or domain.

By default the config set that will be loaded is under the directory: config/origin set. If the requiered config file is missing in it's sub directory but will exist in: config/origin directory, from there it will be loaded.

** "config\origin" directory must NOT be deleted - Since it's the main config set.

** "itineraryConfig.php" is the only config file that will be under config without a sub directory. Must NOT be deleted.

List of parameters:

ip set config directory by ip basic::$cfg['itinerary']['ip '];

domain set config directory by domain basic::$cfg['itinerary']['domain '];

Info Panel
Roll it!   ⇔