Tutorial_PHP_MVC_1
Tutorial_PHP_MVC_1
The goal of this tutorial is to start from a one-page website and gradually
transform its structure into a model view controller pattern (MVC)
1 Question 1
• Look at the index.php file that is in the stage0 directory.
• Add the corresponding database.
• Run the index.php file by copying it to your WWW or htdocs directory on
your server (WAMP, MAMP, Xampp, etc.).
• What does it do?
• How do you find the code in terms of readability and ease of modification?