Skip to content

Instantly share code, notes, and snippets.

@bigs
Created May 30, 2013 15:55
Show Gist options
  • Save bigs/5678991 to your computer and use it in GitHub Desktop.
Save bigs/5678991 to your computer and use it in GitHub Desktop.
$data['trackList'] = array(
(object) array(
'track_num' => 1,
'track_title' => 'You\'re No Good (feat. Santigold, Vybz Kartel, Danielle Haim & Yasmin)',
'track_time' => '4:32'
),
(object) array(
'track_num' => 2,
'track_title' => 'You\'re No Good (feat. Santigold, Vybz Kartel, Danielle Haim & Yasmin)',
'track_time' => '5:35'
),
(object) array(
'track_num' => 3,
'track_title' => 'Remix your Face',
'track_time' => '3:08'
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment