Esempio n. 1
0
File: ajax.php Progetto: hlag/svs
 private function getPlayedStatus($ps_id, $pl_id)
 {
     $song = new playlistSong();
     $song->getSongByPlaylist($ps_id);
     echo $song->renderPlayedStatusEdit();
 }