Muestra las diferencias entre dos versiones de la página.
Próxima revisión | Revisión previa | ||
mainfolders [2016/01/05 03:44] luchothoma creado |
mainfolders [2016/12/30 18:42] (actual) |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
====== The Main Folders ====== | ====== The Main Folders ====== | ||
* ** application** (your core app goes here) | * ** application** (your core app goes here) | ||
- | * * **configurartion** (files to initialize everything) | + | * **configurartion** (files to initialize everything) |
- | * * **controllers** | + | * **controllers** (files that handle app events) |
+ | * **errors** (files that handle default error events) | ||
+ | * **helpers** (third party files to use) | ||
+ | * **models** (files that represent data and app logic) | ||
+ | * **orm** (files that permit relational -> object mapping) | ||
+ | * **views** (files that show data to user) | ||
+ | * css (your style sheets goes here) | ||
+ | * img (your images,svg goes here) | ||
+ | * js (your javascript files goes here) | ||
+ | * **system** (the core framework files goes here, you don't need to touch here) | ||
+ | ---- | ||
+ | [[documentation|Go back to Documentation]] | ||