<?php require_once 'Autoloader.php'; // create a new controller for the order page $controller = new OrderController(); // let the controller handle the request $controller->handleRequest(); // render the page and print it echo $controller->displayPage();