コード例 #1
0
ファイル: Discount.class.php プロジェクト: centaurustech/truc
 public static function get_from_id($id)
 {
     $discount = new Discount();
     $discount->load($id);
     return $discount;
 }