コード例 #1
0
ファイル: article.php プロジェクト: spoliv/classfin
<?php

require_once 'boot.php';
$controller = new NewsController();
$controller->action('one');