Skip to content

mikematos84/phpmvc-component-based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpmvc-component-based

A component-based approached to the MVC architecture. Components are organized within their own folder under the app/components folder. Each component folder contains at least one view, controller, and model.