This is a learning example code that makes students learn what MVC architecture is.
The previous version without the design pattern is article-blog.
.
├── Controllers
│ └── ArticleController.php
├── Models
│ ├── ArticleData.php
│ ├── ArticleManipulator.php
│ └── Database.php
├── README.md
├── article.html
├── article.js
├── article_list.html
├── article_list.js
├── create_update.js
├── delete.js
├── edit_article.html
├── index.php
├── route.php
└── test
├── log.out
└── tree.out
3 directories, 16 files