コード例 #1
0
ファイル: upload_img_class.php プロジェクト: yuxujian/YuNote
 function get_info()
 {
     $sqlhelpter = new sqlHelper();
     $sql = "select * from upload";
     $arr = $sqlhelpter->dql2($sql);
     return $arr;
 }