예제 #1
0
파일: index.php 프로젝트: sirromas/medical
<?php

require_once './classes/Testimonial.php';
$tst = new Testimonial();
$list = $tst->get_edit_page();
echo $list;