Exercise to understand OOP and MVC architecture in PHP
This exercise consists in understanding object oriented programming and MVC architecture in PHP.
Before using this small application, make sure that you have installed PHP 7+, MySQL or MariaDB and Apache and you have the database ‘learning_test’ which contains the table ‘characters’.
First, you create the database ‘learning_test’, and import the file ‘database.sql’ into the database ‘learning_test’.
If you have an idea, feel free to create a pull request. 😊