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

Redirect Load Method

Variable: $cfg['router']['redirect']['loadMethod']

Effected class: router

Config type: router

Type of data: string

Platform: 2v

How to call: self::$cfg['router']['redirect']['loadMethod']

(only from effected classes)

Description:
Choose from different types of data storing. Routes data can be stored in: php array or xml file (in the future - Also db/mySql will be available).
Available options:
Array.
Xml.
example: 1
The default set of "loadMethod".
How to set (example):
Code:
example: 2
Create "routes.php".
How to set (example):
Code:
example: 3
Create "routes.xml".
How to set (example):
Code:
Info Panel
Roll it!   ⇔