MVC Framework
Model / View / Controller
We don't talk too much, just give you some concept.
Model hook with Database or any other data storage, it's provide an interface to access with data(s).
View defined how a page elements shows.
and Controller responsible for receive parameter and send out after processed.
MTV Framework
Model / Template / View
Compare with MVC framework, MTV is more detailed define other stuff which Controller responsible for.
All you have to know is: Template = View, View + Urls = Controller