示例#1
0
文件: test.php 项目: s-momo/mj-score
<?php

include 'include/db_connect.php';
$test = new db_connect();
$test->select_rows();
$test->select_game();
?>