コード例 #1
0
<?
	include("Ventas.php");
	
	$venta = new Ventas();
	$cosa = $venta->getGeneralMes();
	
	print_r($cosa);
  ?>