コード例 #1
0
ファイル: user.class.php プロジェクト: sknlim/classified-2
 function uploadPhoto($files)
 {
     $photoObj = new photo($files);
     $photoObj->image_add();
 }