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

Structure

Directory Structure what's in a box?
Description:

There are 6 types of directories.

Lab directory - Containing FW core files. also containing class and function directories that can be used for global purposes.

Config files - All kind of settings for the system to run.

MVC files - architectural pattern (MVC) separated to groups: advanced, api, application and operators. all of them works individually and separately to achieve simple design when constructing a system.

Public files - Files that can be load from every url and available for all, such as: gif,jpg,css,js,txt and ect. robot.txt,site maps and files that should be loaded from the domain root folder will be placed here.

Data holder files - Data/mail/text directories will contain files that holds data such as: php array data, xml data, mailers, translations and others.

Impermanent files - Cache/logs/temp directories will contain files that will be generated automatically on the fly. the files hoarded there are not meant to be stored for long time period. In most cases, files on those directories will be altered frequently.

Out source directory - Holds files and classes of "vendors" that is out of "limberCode" code.

Info Panel
Roll it!   ⇔