Пример #1
0
 function itemDel($id)
 {
     $su = new ItemInfo();
     $condition = '`id`=' . $id;
     $r = $su->item_delete($condition);
 }