예제 #1
0
파일: add.php 프로젝트: AcidHardcore/php2_2
<?php

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