Exemplo n.º 1
0
 public static function retrievePlaylist()
 {
     $response = json_encode(PlaylistModel::getPlaylistSongs());
     echo $response;
     die;
 }