-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b8bf6a
commit 11c741c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# MVC | ||
MVC (Modelo Vista Controlador) en español, facil y codigo documentado. | ||
|
||
### Descripcion | ||
Despues de estudiar mucho sobre modelos vista controlador en PHP, pude realizar uno de manera facil y que sea escalable y entendible. De esta forma podrá realizar sus sistemas basado en MVC con un plantilla excelente y responsive. | ||
|
||
### Objetivo | ||
Este modelo esta probado ya que he realizado un sistema mediano (con varios modulos) basado en este framework limpio que realice para poder adaptarlo y crear facilmente. Es muy facil la estructura, tratare de explicarlo para su usu facil. | ||
|
||
### ¿Como funciona? | ||
|
||
##### Inicio `index.php` | ||
Todo comienza del archivo `index.php` donde se declara constante del sistema basica como: Version, Url publica, Ruta del sistema, Carpeta Base del sistema. Si todo esta entendible hasta aquí, continuemos... |