Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/45e29c43316bac41bf13c658ea3cbd4e to your computer and use it in GitHub Desktop.
Save parzibyte/45e29c43316bac41bf13c658ea3cbd4e to your computer and use it in GitHub Desktop.
<?php
$productos = [
new Producto("123", "Nugs Recreo", 11),
new Producto("281196", "Nito bebible", 15),
new Producto("800", "Detergente", 20),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment