예제 #1
0
파일: article.php 프로젝트: spoliv/classfin
<?php

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