IvoMart / PHP_MVC

Basics MVC modules in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP MVC - Practicing MVC structure

We can find in this repository some folders to divide PHP files and work as Model - Control - View structure working pages.

For this hole process we will need to create a

  1. Vista
  • Login page
  • Navbar section
  • Menu section
  • Footer section
  1. Controller
  • controlador.plantilla.php
    • In this case we are using a unic layout to display all sections. Whenever the route changes the content of the single page switches.
  1. Model
  • MySql DB conection for assambling the login data and to store products data and CRUD info to db.

About

Basics MVC modules in PHP


Languages

Language:PHP 97.9%Language:Hack 2.1%