CSS Quiz on Thursday
Submit the link to your todo app on Canvas (under lab11) to get credit for this lab
Separating parts of your code depending on its job in your application. With respect to Fuel, this is what each component does:
Data manipulator, retriever, or remover
This should have all your database queries!
Contains HTML code and a bit of PHP to get data from passed variables
Decides on the actions to take, handles user input, and chooses which Views to display.
Read the Fuel Docs!
Todos stored in file or database
HTML page that displays Todos and let's users take actions
Acts on the users actions to add or delete Todos