Objectives
Create a view containing an interactive HTML form
Create a controller to handle input from the form
Create a model to save and retrieve any entry using a database table
Use a foreign key to associate rows and tables comments in a database
Use inheritance to avoid redundant code
Create a search algorithm to find data in a database table
In this chapter, ...