Ejemplo n.º 1
0
<?php

require_once __DIR__ . '/../application/Bootstrap.php';
$bootstrap = new Application\Bootstrap();
$bootstrap->run();
Ejemplo n.º 2
0
<?php

include dirname(dirname(__FILE__)) . '/Application/Bootstrap.php';
Application\Bootstrap::app()->run(APP . 'config.php');