コード例 #1
0
ファイル: Producto.php プロジェクト: ericray/gas
 public static function cart($id)
 {
     return Producto::prodCart($id);
 }