Skip to content

Instantly share code, notes, and snippets.

@svpernova09
Created August 31, 2015 19:37
Show Gist options
  • Save svpernova09/b58a46e7c0fde90664da to your computer and use it in GitHub Desktop.
Save svpernova09/b58a46e7c0fde90664da to your computer and use it in GitHub Desktop.
array(4) {
[0]=>
array(5) {
["id"]=>
int(339)
["name"]=>
string(7) "Item 1"
["date"]=>
string(19) "2015-04-16 16:09:40"
["clicks"]=>
int(2)
}
[1]=>
array(5) {
["id"]=>
int(3)
["name"]=>
string(6) "Item 2"
["date"]=>
string(19) "2014-03-27 13:19:55"
["clicks"]=>
int(0)
}
[2]=>
array(5) {
["id"]=>
int(62)
["name"]=>
string(3) "Item 3"
["date"]=>
string(19) "2014-04-11 17:38:12"
["clicks"]=>
int(0)
}
[3]=>
array(5) {
["id"]=>
int(368)
["name"]=>
string(10) "Item 4"
["date"]=>
string(19) "2015-08-31 18:10:19"
["clicks"]=>
int(0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment