コード例 #1
0
ファイル: index.php プロジェクト: necromant2005/tweeee
<?php

require_once __DIR__ . '/../application/Bootstrap.php';
$bootstrap = new Application\Bootstrap();
$bootstrap->run();
コード例 #2
0
ファイル: index.php プロジェクト: socialist/mlight-framework
<?php

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