!] mvc learn - compare PAGES - MVC
/ REQUEST = http://mysite.com/
\ router routing magic
/ web config
\
/ app start
\
/ page start
\
/ layout
\
/ PAGE @{
| your server side code
| server side POST
\ }
/ PAGE
| VIEW template
\
- database is the model
- object layer to interact with the database
/ REQUEST = http://mysite.com/
\ router routing
/ web config
\
/ app start
\
/ page start
\
/ layout
\
/ CS CONTROLLER
\ recieves the request from routing, parses the data(args) passed into, builds
/ CS MODEL gets the data from the db, saves the data to the db, returns data to the controller
\
/ VIEW(model) @{
| template - model is the data that the view will display, model is built by controller and passed into view
\ }
ID: 5502
NAME: CREATE-article
DESCRIPTION: MVC vs PAGES
START DATE TIME: 2015-08-20 13:11:36
EST DURATION: 01:00:00
END DATE TIME: 2015-08-20 14:11:36
STATUS:
PRIORITY: -5
OWNER ID: 1