This video series will teach you how to create a Model-View-Controller framework with PHP. (https://github.com/BaylorRae/PHP-MVC-Tutorial)
In the last video we started loading our controllers, actions and views. In this video we will link our actions and views so our variables can be accessed in our views.
At 9:30, why wouldn't you just use extract() ?
WebDevFTW 10 months ago
@WebDevFTW I forgot about extract(), I constantly forget helpful array functions during tutorials. I'll replace those portions of my code in the next video.
ScoobyDooobyD00 10 months ago