Objectives
Create a view, containing an HTML form to accept a new blog entry
Create a controller, to handle input from the form
Create a model, to save and retrieve any entry using a database table
Design and create a MySQL/MariaDB database with a table
Use a design pattern for the front controller
Use the table data gateway design pattern for database access ...