User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:cbcert:devel:index [2019/04/17 18:02]
joebordes
en:cbcert:devel:index [2019/04/17 20:47] (current)
joebordes
Line 7: Line 7:
       *sign your work: **be proud of your mistakes: they teach you**       *sign your work: **be proud of your mistakes: they teach you**
       *learn: constantly: **help yourself be smarter and more productive**       *learn: constantly: **help yourself be smarter and more productive**
-  * Programas involucrados. Herramientas+  * Instalación. ​Programas involucrados. Herramientas
     * Apache, Mysql, PHP, Javascript     * Apache, Mysql, PHP, Javascript
     * phpmyadmin, IDE, git     * phpmyadmin, IDE, git
Line 16: Line 16:
     * coreBOS Programming and committing guidelines     * coreBOS Programming and committing guidelines
   * I+C Devel Environment course   * I+C Devel Environment course
-  * Estructura ​directorio+  * Estructura ​física: donde esta el código
     * escribible     * escribible
       * cache, logs, Smarty/​templates_c,​ test       * cache, logs, Smarty/​templates_c,​ test
Line 43: Line 43:
     *Desglosando config.inc.php     *Desglosando config.inc.php
     *Desglosando index.php     *Desglosando index.php
-  * Base de datos +  * Estructura ​Base de datos: donde están los datos 
-    *Nombre tablas y sus relaciones +    * Nombre tablas y sus relaciones 
-    *Como buscar y encontrar lo que necesitas +    * Como buscar y encontrar lo que necesitas 
-    *Copias: mysqldump+    * Copias: mysqldump
   * Scripts y Templates importantes   * Scripts y Templates importantes
     *include/​utils     *include/​utils
Line 55: Line 55:
     *smarty/​templates/​     *smarty/​templates/​
   * Como modificar una plantilla   * Como modificar una plantilla
-  * Estructura ​de un modulo +  * Estructura ​módulo 
-    *Ficheros y relaciones. Base de datos +    * Ficheros y relaciones. Base de datos 
-    *Ficheros de idiomas +    * Ficheros de idiomas 
-  * vtLib +  * Programando:​ vtlib 
-    *Como crear nuevo modulo +    * Como crear nuevo modulo 
-    *Como modificar módulos existentes +    * Como modificar módulos existentes 
-    *Events y Hooks+    * Events y Hooks 
 +  * Desarrollando un modulo
   * Depurando problemas   * Depurando problemas
     * Logging: log4php: $log->​fatal()     * Logging: log4php: $log->​fatal()
     * Smarty/​libs/​Smarty.class.php     * Smarty/​libs/​Smarty.class.php
-  * Desarrollando un modulo+  * Extendiendo:​ workflow, event handler y service crons/crons
   * coreBOS Updater how to keep your coreBOS up to date   * coreBOS Updater how to keep your coreBOS up to date
-  * CRONs 
   * Introduccion a Webservice   * Introduccion a Webservice
   * Security. oWASP   * Security. oWASP