예제 #1
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'manufacturerID');
 }
예제 #2
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'productID');
 }
예제 #3
0
 public static function deleteByID($id)
 {
     parent::deleteByID(__CLASS__, $id, 'categoryID');
 }