Skip to content

Instantly share code, notes, and snippets.

@turtlepod
Last active March 23, 2017 05:12
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 turtlepod/8e7dc93bae7f0b665fd5aea8a9694998 to your computer and use it in GitHub Desktop.
Save turtlepod/8e7dc93bae7f0b665fd5aea8a9694998 to your computer and use it in GitHub Desktop.
Stats Data Merging Stuff
Array
(
[] => stdClass Object
(
[id] => 7
[post_id] => 121
[stat_date] => 2017-03-20
[stat_id] => visits
[stat_value] => 4
)
[] => stdClass Object
(
[id] => 8
[post_id] => 121
[stat_date] => 2017-03-20
[stat_id] => unique_visits
[stat_value] => 1
)
[] => stdClass Object
(
[id] => 7
[post_id] => 121
[stat_date] => 2017-03-21
[stat_id] => visits
[stat_value] => 6
)
[] => stdClass Object
(
[id] => 8
[post_id] => 121
[stat_date] => 2017-03-21
[stat_id] => unique_visits
[stat_value] => 7
)
[] => stdClass Object
(
[id] => 11
[post_id] => 90
[stat_date] => 2017-03-20
[stat_id] => visits
[stat_value] => 10
)
[] => stdClass Object
(
[id] => 12
[post_id] => 90
[stat_date] => 2017-03-20
[stat_id] => unique_visits
[stat_value] => 2
)
[] => stdClass Object
(
[id] => 27
[post_id] => 231
[stat_date] => 2017-03-21
[stat_id] => visits
[stat_value] => 1
)
[] => stdClass Object
(
[id] => 28
[post_id] => 231
[stat_date] => 2017-03-21
[stat_id] => unique_visits
[stat_value] => 1
)
[] => stdClass Object
(
[id] => 29
[post_id] => 231
[stat_date] => 2017-03-22
[stat_id] => visits
[stat_value] => 7
)
[] => stdClass Object
(
[id] => 30
[post_id] => 231
[stat_date] => 2017-03-22
[stat_id] => unique_visits
[stat_value] => 2
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment