Skip to content

Instantly share code, notes, and snippets.

@elminson
Last active April 19, 2020 19:11
Show Gist options
  • Save elminson/b06c4f2b4febf6fc21d8e1fd78dc502c to your computer and use it in GitHub Desktop.
Save elminson/b06c4f2b4febf6fc21d8e1fd78dc502c to your computer and use it in GitHub Desktop.
<?php
$products = [
[
'name' => 'Notebook',
'description' => 'Core i7',
'value' => 800.00,
'date_register' => '2017-06-22',
],
[
'name' => 'Mouse',
'description' => 'Razer',
'value' => 125.00,
'date_register' => '2017-10-25',
],
[
'name' => 'Keyboard',
'description' => 'Mechanical Keyboard',
'value' => 250.00,
'date_register' => '2017-06-23',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment