Skip to content

Design Pattern Template > Model View Controller for PHP

Notifications You must be signed in to change notification settings

michielswaanen/mvc-template-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Model View Controller - Design Pattern for PHP

Models

All the database functions are stored in here.
Every table has his own object inside of the model folder.

Views

All the web pages are stored in here.
Every page has his own folder with an index.php.
All the data is passed to the view via the $data variable.

Controller

All the functionallities are stored in here.
All the models are called inside the controllers and can be modified and then be passed to the view.

About

Design Pattern Template > Model View Controller for PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages