Skip to content

Instantly share code, notes, and snippets.

Created September 29, 2017 14:08
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 anonymous/c68f60379fe35760130c3d998d65ad57 to your computer and use it in GitHub Desktop.
Save anonymous/c68f60379fe35760130c3d998d65ad57 to your computer and use it in GitHub Desktop.
Array
(
[1] => Array
(
[id] => 1
[name] => Producto 1
[price] => 10
)
[2] => Array
(
[id] => 2
[name] => Producto 2
[price] => 20
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment