Skip to content

NYCU-SDC/article-blog-mvc

 
 

Repository files navigation

NYCU SDC article-blog with MVC

This is a learning example code that makes students learn what MVC architecture is.

The previous version without the design pattern is article-blog.

Structure

.
├── 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 44.9%
  • HTML 33.0%
  • JavaScript 22.1%