예제 #1
0
파일: Producto.php 프로젝트: ericray/gas
 public static function cart($id)
 {
     return Producto::prodCart($id);
 }