Example #1
0
<?php

include_once "controller/ContactController.php";
$controller = new ContactController();
$controller->invoke();