Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
Próxima revisión
Revisión previa
mainfolders [2016/01/05 03:46]
luchothoma
mainfolders [2016/12/30 18:42] (actual)
Línea 2: Línea 2:
   * ** 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]]