コード例 #1
0
ファイル: add.php プロジェクト: AcidHardcore/php2_2
<?php

require __DIR__ . '/article.php';
$test = new Article();
$arc = $test->ArticleAdd();
include __DIR__ . '/view/add.php';