コード例 #1
0
ファイル: _app_bootstrap.php プロジェクト: arduanov/silexTest
<?php

$app = new App\Application('config_test.php');
$app->boot();
return $app;