예제 #1
0
<?php

require_once "Controller/MasterController.php";
$masterController = new MasterController();
$masterController->startMyApplication();