コード例 #1
0
ファイル: faq_add.php プロジェクト: sirromas/medical
<?php

require_once './classes/Faq.php';
$faq = new Faq();
$list = $faq->faq_add();
echo $list;