Example #1
0
<?php

require_once __DIR__ . '/../application/Bootstrap.php';
$bootstrap = new Application\Bootstrap();
$bootstrap->run();