TylerRosen
2/25/2017 - 4:40 PM

MVC

MVC = Models Views Controller

models talk to database: insert, select, update, delete

controllers are basically routes organized in different files

talks to models and then communicates that to views

views what you see handlebar files, html files