Пример #1
0
 function deleteProductHome($id)
 {
     $productHome = new producthome($id);
     $productHome->delete();
 }