Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 939 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 939 Bytes

PHP MVC

Todo App

My first attempt using MVC to build todo list. I have two main goals for building this app.

  • learn more about MVC architecture by building web app in PHP without MVC framework.
  • learn php

Tools/Libs

Extra Resources

  • Im using a skeleton MVC from phpacademy. Same folder structure and majority of the file app/core/App.php is the same.