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

require_once __DIR__ . '/article.php';
$test = new Article();
$showArticles = $test->Article_getOne($_GET['name']);
include __DIR__ . '/view/show.php';