コード例 #1
0
ファイル: Application.php プロジェクト: asanoturna/finance-2
 public static function Run()
 {
     $app = new self();
     $app->findAction();
 }