Exemplo n.º 1
0
 function uploadPhoto($files)
 {
     $photoObj = new photo($files);
     $photoObj->image_add();
 }