Skip to content

khianvictorycalderon/PHP-Bootstrap-Project-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Template Project

Use this if you want to make a server side web project using PHP and Bootstrap. Bootstrap is a css library (not created by me).


This project comes with template of MVC (Model, View, and Controller):

  • Model
    • Directly interacts with the database and passes it to the controller.
  • View
    • Only receives data from the controller and displays in the user-interface.
  • Controller
    • Handles the flow of logic data, acts as a bridge between the model and view.

Releases

No releases published

Packages

No packages published

Languages