Query String Parameters Prep
Pre-Work for Query String Parameters
In tomorrow’s lesson, we’re going to add additional tools for passing information between a View
and a Controller
. To prepare for that lesson, refresh yourself on MVC.
While reviewing MVC, write down as much information as you can in response to the following questions.
Based on what we have built so far in Mod 3….
- How do the
View
andController
interact?- How do
path parameters
allow us to pass information from theView
to theController
?
- How do
- How do the
Controller
andModel
interact? - How do the
View
andModel
interact?
We will start tomorrow’s lesson by reviewing these questions together.