Skip to content

notus629/simple_mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_mvc

  • A simple MVC structure practice to study the MVC principle.
  • Author: Notus([email protected])

Directory tree

│  config.php  
│  function.php  
│  index.php  
│  README.md  
│  
└─libs  
    ├─Controller  
    │      indexController.class.php  
    │      testController.class.php  
    │  
    ├─Model  
    │      testModel.class.php  
    │  
    ├─ORG  
    └─View  
            testView.class.php  

Reference:

About

A simple MVC structure practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages