<?php 
 
 
project/ 
? 
??? index.php 
??? router/ 
?   ??? Router.php 
??? controllers/ 
?   ??? HomeController.php 
?   ??? AboutController.php 
?   ??? ContactController.php 
??? views/ 
?   ??? HomeView.php 
?   ??? AboutView.php 
?   ??? ContactView.php 
??? models/ 
?   ??? HomeModel.php 
?   ??? AboutModel.php 
?   ??? ContactModel.php 
 
 |